You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage nodejs-is-resolvable-1.0.0-1.lbn25.noarch
Check if a module ID is resolvable with require()
RPMPackage nodejs-is-relative-1.0.0-1.lbn25.noarch
Returns `true` if the path appears to be relative.
RPMPackage nodejs-is-regex-1.0.4-1.lbn25.noarch
Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag
RPMPackage nodejs-is-redirect-1.0.0-1.lbn25.noarch
Check if a number is a redirect HTTP status code
RPMPackage nodejs-is-property-1.0.2-1.lbn25.noarch
Tests if a JSON property can be accessed using . syntax
RPMPackage nodejs-is-promise-2.1.0-1.lbn25.noarch
Test whether an object looks like a promises-a+ promise
RPMPackage nodejs-is-primitive-2.0.0-1.lbn25.noarch
Returns `true` if the value is a primitive.
RPMPackage nodejs-is-plain-obj-2.0.0-1.lbn25.noarch
Check if a value is a plain object
RPMPackage nodejs-is-path-inside-1.0.0-1.lbn25.noarch
Check if a path is inside another path
RPMPackage nodejs-is-path-in-cwd-1.0.0-1.lbn25.noarch
Check if a path is in the current working directory
RPMPackage nodejs-is-path-cwd-1.0.0-1.lbn25.noarch
Check if a path is CWD
RPMPackage nodejs-is-observable-0.2.0-2.lbn25.noarch
Check if a value is an Observable
RPMPackage nodejs-is-obj-2.0.0-1.lbn25.noarch
Check if a value is an object
RPMPackage nodejs-is-number-7.0.0-1.lbn25.noarch
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
RPMPackage nodejs-is-npm-5.0.0-1.lbn25.noarch
Check if your code is running as an npm script
RPMPackage nodejs-is-nan-1.2.1-1.lbn25.noarch
ES6-compliant shim for Number.isNaN - the global isNaN returns false positives.
RPMPackage nodejs-is-my-json-valid-2.16.1-1.lbn25.noarch
A JSONSchema validator that uses code generation to be extremely fast
RPMPackage nodejs-is-integer-1.0.4-1.lbn25.noarch
Test if something is an integer (ES6 Polyfill)
RPMPackage nodejs-is-gzip-1.0.0-1.lbn25.noarch
Check if a Buffer/Uint8Array is a GZIP file
RPMPackage nodejs-is-glob-4.0.0-1.lbn25.noarch
Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet