New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@thi.ng/checks

Package Overview
Dependencies
Maintainers
1
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/checks - npm Package Compare versions

Comparing version 3.0.7 to 3.1.0

doc/assets/main.js

242

CHANGELOG.md
# Change Log
Last updated: 2021-11-17T23:24:59Z
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
## [3.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@3.0.6...@thi.ng/checks@3.0.7) (2021-11-10)
**Note:** Unlisted _patch_ versions only involve non-code changes and/or
version bumps of transitive dependencies.
## [3.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@3.1.0) (2021-11-17)
### Bug Fixes
#### 🚀 Features
* **checks:** add boolean to isPrimitive() ([fde4d2b](https://github.com/thi-ng/umbrella/commit/fde4d2b6aab02887e12f14c75fccf37b686844ae))
- Using workspaces for local tools ([bf7a404](https://github.com/thi-ng/umbrella/commit/bf7a404))
Improving the overall build ergonomics
- introduced a tools workspaces
- imported it in all needed packages/examples
- inclusive project root
#### ♻️ Refactoring
- testrunner to binary ([4ebbbb2](https://github.com/thi-ng/umbrella/commit/4ebbbb2))
this commit reverts (partly) changes made in:
ef346d7a8753590dc9094108a3d861a8dbd5dd2c
overall purpose is better testament ergonomics:
instead of having to pass NODE_OPTIONS with every invocation
having a binary to handle this for us.
### [3.0.7](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@3.0.7) (2021-11-10)
#### 🩹 Bug fixes
# [3.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@2.9.11...@thi.ng/checks@3.0.0) (2021-10-12)
- add boolean to isPrimitive() ([fde4d2b](https://github.com/thi-ng/umbrella/commit/fde4d2b))
### [3.0.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@3.0.1) (2021-10-13)
### Build System
#### ♻️ Refactoring
* major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea9fab2a645d6c5f2bf2591459b939c09b6))
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
- update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
- add .js suffix for all relative imports
# [3.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@3.0.0) (2021-10-12)
### BREAKING CHANGES
#### 🛑 Breaking changes
* discontinue CommonJS & UMD versions
- major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea))
- BREAKING CHANGE: discontinue CommonJS & UMD versions
- only ESM modules will be published from now on
- CJS obsolete due to ESM support in recent versions of node:
- i.e. launch NodeJS via:
- `node --experimental-specifier-resolution=node --experimental-repl-await`
- in the node REPL use `await import(...)` instead of `require()`
- UMD obsolete due to widespread browser support for ESM
Also:
- normalize/restructure/reorg all package.json files
- cleanup all build scripts, remove obsolete
- switch from mocha to [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) for all tests
- only ESM modules will be published from now on
- CJS obsolete due to ESM support in recent versions of node:
- i.e. launch NodeJS via:
- `node --experimental-specifier-resolution=node --experimental-repl-await`
- in the node REPL use `await import(...)` instead of `require()`
- UMD obsolete due to widespread browser support for ESM
#### ♻️ Refactoring
Also:
- normalize/restructure/reorg all package.json files
- cleanup all build scripts, remove obsolete
- switch from mocha to @thi.ng/testament for all tests
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
### [2.9.6](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@2.9.6) (2021-04-03)
#### ♻️ Refactoring
- add implementsFunction() generics ([63d78cb](https://github.com/thi-ng/umbrella/commit/63d78cb))
## [2.9.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@2.9.0) (2021-02-20)
#### 🚀 Features
# [2.9.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@2.8.0...@thi.ng/checks@2.9.0) (2021-02-20)
- add isIllegalKey() (make public) ([507fc80](https://github.com/thi-ng/umbrella/commit/507fc80))
- replace isPrototypePolluted() w/ isProtoPath() ([d276b84](https://github.com/thi-ng/umbrella/commit/d276b84))
- isPrototypePolluted() assumed given string is a single property
name, but could be a `.` separated lookup path. New function
checks for that and also supports arrays
- add tests
### Features
## [2.8.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@2.8.0) (2021-01-10)
- **checks:** add isIllegalKey() (make public) ([507fc80](https://github.com/thi-ng/umbrella/commit/507fc806903e766e42a98ddd569ba4031925204b))
- **checks:** replace isPrototypePolluted() w/ isProtoPath() ([d276b84](https://github.com/thi-ng/umbrella/commit/d276b8465eda21a32f3613d20c043ea50fce7f57))
#### 🚀 Features
# [2.8.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@2.7.13...@thi.ng/checks@2.8.0) (2021-01-10)
- add isNumericInt/Float() checks ([7e054c1](https://github.com/thi-ng/umbrella/commit/7e054c1))
### Features
### [2.7.9](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@2.7.9) (2020-09-22)
- **checks:** add isNumericInt/Float() checks ([7e054c1](https://github.com/thi-ng/umbrella/commit/7e054c14b06850800869ba0bc8c8174e233dda53))
#### ♻️ Refactoring
## [2.7.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@2.7.2...@thi.ng/checks@2.7.3) (2020-07-02)
- update isNode() ([e988d0d](https://github.com/thi-ng/umbrella/commit/e988d0d))
### Bug Fixes
### [2.7.3](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@2.7.3) (2020-07-02)
- **checks:** update isPlainObject() type assertion ([e5ceb7d](https://github.com/thi-ng/umbrella/commit/e5ceb7d3e1ef5be7a4e83319ab1c36bbc3e1b1a8))
#### 🩹 Bug fixes
# [2.7.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@2.6.5...@thi.ng/checks@2.7.0) (2020-05-14)
- update isPlainObject() type assertion ([e5ceb7d](https://github.com/thi-ng/umbrella/commit/e5ceb7d))
### Features
## [2.7.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@2.7.0) (2020-05-14)
- **checks:** add isAsyncIterable() ([59ac3a9](https://github.com/thi-ng/umbrella/commit/59ac3a9ea2588bf8afc0a8e9bfed72ffb875c47d))
#### 🚀 Features
# [2.6.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@2.5.4...@thi.ng/checks@2.6.0) (2020-03-28)
- add isAsyncIterable() ([59ac3a9](https://github.com/thi-ng/umbrella/commit/59ac3a9))
### Bug Fixes
## [2.6.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@2.6.0) (2020-03-28)
- **checks:** typo ([4e4a6e1](https://github.com/thi-ng/umbrella/commit/4e4a6e1062075705d96883f860f23b545fd9ebdf))
#### 🚀 Features
### Features
- add new string validators ([9d9e8a8](https://github.com/thi-ng/umbrella/commit/9d9e8a8))
- add isAlpha(), isAlphaNum(), isNumeric()
- add isASCII(), isPrintableASCII()
- add isDataURL()
- add isFloatString(), isIntString()
- add isHex()
- add better type assertion for isTypedArray() ([548ba52](https://github.com/thi-ng/umbrella/commit/548ba52))
- **checks:** add better type assertion for isTypedArray() ([548ba52](https://github.com/thi-ng/umbrella/commit/548ba5205033bcc4a917fa56ede65ba3df4b3eef))
- **checks:** add new string validators ([9d9e8a8](https://github.com/thi-ng/umbrella/commit/9d9e8a8bcb73efb728faf4a216a9dfcac31a0639))
#### 🩹 Bug fixes
# [2.5.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@2.4.2...@thi.ng/checks@2.5.0) (2020-01-24)
- typo ([4e4a6e1](https://github.com/thi-ng/umbrella/commit/4e4a6e1))
### Features
## [2.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@2.5.0) (2020-01-24)
- **checks:** add hasBigInt() ([aa4faed](https://github.com/thi-ng/umbrella/commit/aa4faed08362caa591f64d1ffce75e8d9e213dd9))
#### 🚀 Features
# [2.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@2.3.0...@thi.ng/checks@2.4.0) (2019-09-21)
- add hasBigInt() ([aa4faed](https://github.com/thi-ng/umbrella/commit/aa4faed))
### Features
## [2.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@2.4.0) (2019-09-21)
- **checks:** add generics to existsAndNotNull() ([bced8b9](https://github.com/thi-ng/umbrella/commit/bced8b9))
#### 🚀 Features
# [2.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@2.2.2...@thi.ng/checks@2.3.0) (2019-08-16)
- add generics to existsAndNotNull() ([bced8b9](https://github.com/thi-ng/umbrella/commit/bced8b9))
### Bug Fixes
## [2.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@2.3.0) (2019-08-16)
- **checks:** better hex string, export, isNil doc ([19b1981](https://github.com/thi-ng/umbrella/commit/19b1981))
- **checks:** fix vscode autoimport ([8ac6408](https://github.com/thi-ng/umbrella/commit/8ac6408))
- **checks:** test, better naming ([90dce20](https://github.com/thi-ng/umbrella/commit/90dce20))
#### 🚀 Features
### Features
- isNil and isHexColorString ([ebaa15e](https://github.com/thi-ng/umbrella/commit/ebaa15e))
- **checks:** isNil and isHexColorString ([ebaa15e](https://github.com/thi-ng/umbrella/commit/ebaa15e))
#### 🩹 Bug fixes
# [2.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@2.1.6...@thi.ng/checks@2.2.0) (2019-07-07)
- fix vscode autoimport ([8ac6408](https://github.com/thi-ng/umbrella/commit/8ac6408))
- better hex string, export, isNil doc ([19b1981](https://github.com/thi-ng/umbrella/commit/19b1981))
- test, better naming ([90dce20](https://github.com/thi-ng/umbrella/commit/90dce20))
### Bug Fixes
## [2.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@2.2.0) (2019-07-07)
- **checks:** isMobile for Chrome iOS ([8216d48](https://github.com/thi-ng/umbrella/commit/8216d48))
#### 🚀 Features
### Features
- enable TS strict compiler flags (refactor) ([90515e7](https://github.com/thi-ng/umbrella/commit/90515e7))
- **checks:** enable TS strict compiler flags (refactor) ([90515e7](https://github.com/thi-ng/umbrella/commit/90515e7))
#### 🩹 Bug fixes
## [2.1.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@2.1.1...@thi.ng/checks@2.1.2) (2019-03-12)
- isMobile for Chrome iOS ([8216d48](https://github.com/thi-ng/umbrella/commit/8216d48))
### Bug Fixes
### [2.1.2](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@2.1.2) (2019-03-12)
- **checks:** fix [#77](https://github.com/thi-ng/umbrella/issues/77), update & minor optimization isPlainObject() ([47ac88a](https://github.com/thi-ng/umbrella/commit/47ac88a))
#### 🩹 Bug fixes
# [2.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@2.0.2...@thi.ng/checks@2.1.0) (2019-02-10)
- fix [#77](https://github.com/thi-ng/umbrella/issues/77), update & minor optimization isPlainObject() ([47ac88a](https://github.com/thi-ng/umbrella/commit/47ac88a))
- add/update tests
- add AUTHORS.md
### Features
## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@2.1.0) (2019-02-10)
- **checks:** add isPrimitive() ([190701e](https://github.com/thi-ng/umbrella/commit/190701e))
#### 🚀 Features
# [2.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@1.5.14...@thi.ng/checks@2.0.0) (2019-01-21)
- add isPrimitive() ([190701e](https://github.com/thi-ng/umbrella/commit/190701e))
### Build System
# [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@2.0.0) (2019-01-21)
#### 🛑 Breaking changes
- update package build scripts & outputs, imports in ~50 packages ([b54b703](https://github.com/thi-ng/umbrella/commit/b54b703))
- BREAKING CHANGE: enabled multi-outputs (ES6 modules, CJS, UMD)
- build scripts now first build ES6 modules in package root, then call
`scripts/bundle-module` to build minified CJS & UMD bundles in `/lib`
- all imports MUST be updated to only refer to package level
(not individual files anymore). tree shaking in user land will get rid of
all unused imported symbols.
### BREAKING CHANGES
#### ♻️ Refactoring
- enabled multi-outputs (ES6 modules, CJS, UMD)
- build scripts now first build ES6 modules in package root, then call `scripts/bundle-module` to build minified CJS & UMD bundles in `/lib`
- all imports MUST be updated to only refer to package level (not individual files anymore). tree shaking in user land will get rid of all unused imported symbols.
- update all as arrow fns ([b70a3e1](https://github.com/thi-ng/umbrella/commit/b70a3e1))
## [1.5.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@1.5.3...@thi.ng/checks@1.5.4) (2018-06-18)
### [1.5.4](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@1.5.4) (2018-06-18)
### Bug Fixes
#### 🩹 Bug fixes
- **checks:** isOdd() for negative values ([3589e15](https://github.com/thi-ng/umbrella/commit/3589e15))
- isOdd() for negative values ([3589e15](https://github.com/thi-ng/umbrella/commit/3589e15))
## [1.5.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@1.5.0...@thi.ng/checks@1.5.1) (2018-04-29)
### [1.5.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@1.5.1) (2018-04-29)
### Bug Fixes
#### 🩹 Bug fixes
- **checks:** exclude functions in isArrayLike() ([ac60404](https://github.com/thi-ng/umbrella/commit/ac60404))
- **checks:** return type isMap() ([76920f7](https://github.com/thi-ng/umbrella/commit/76920f7))
- return type isMap() ([76920f7](https://github.com/thi-ng/umbrella/commit/76920f7))
- exclude functions in isArrayLike() ([ac60404](https://github.com/thi-ng/umbrella/commit/ac60404))
# [1.5.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@1.4.0...@thi.ng/checks@1.5.0) (2018-04-26)
## [1.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@1.5.0) (2018-04-26)
### Features
#### 🚀 Features
- **checks:** add date, map, nan, set checks ([a865f62](https://github.com/thi-ng/umbrella/commit/a865f62))
- add date, map, nan, set checks ([a865f62](https://github.com/thi-ng/umbrella/commit/a865f62))
# [1.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@1.3.2...@thi.ng/checks@1.4.0) (2018-04-08)
## [1.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@1.4.0) (2018-04-08)
### Features
#### 🚀 Features
- **checks:** add hasPerformance() check (performance.now) ([40d706b](https://github.com/thi-ng/umbrella/commit/40d706b))
- add hasPerformance() check (performance.now) ([40d706b](https://github.com/thi-ng/umbrella/commit/40d706b))
## [1.3.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@1.3.1...@thi.ng/checks@1.3.2) (2018-04-04)
### [1.3.2](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@1.3.2) (2018-04-04)
### Bug Fixes
#### 🩹 Bug fixes
- **checks:** add prototype check for isPlainObject(), add tests ([bffc443](https://github.com/thi-ng/umbrella/commit/bffc443))
- add prototype check for isPlainObject(), add tests ([bffc443](https://github.com/thi-ng/umbrella/commit/bffc443))
# [1.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@1.2.1...@thi.ng/checks@1.3.0) (2018-03-08)
## [1.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@1.3.0) (2018-03-08)
### Features
#### 🚀 Features
- **checks:** add isPromise() & isPromiseLike() ([9900e99](https://github.com/thi-ng/umbrella/commit/9900e99))
- add isPromise() & isPromiseLike() ([9900e99](https://github.com/thi-ng/umbrella/commit/9900e99))
# [1.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@1.1.6...@thi.ng/checks@1.2.0) (2018-02-08)
## [1.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@1.2.0) (2018-02-08)
### Features
#### 🚀 Features
- **checks:** add new predicates, refactor existing ([68f8fc2](https://github.com/thi-ng/umbrella/commit/68f8fc2))
- add new predicates, refactor existing ([68f8fc2](https://github.com/thi-ng/umbrella/commit/68f8fc2))
- add: isBlob, isEven, isFile, isInRange, isOdd, isRegExp
- add: hasMinLength, hasMaxLength
- update: existsAndNotNull, isArray, isArrayLike
### [1.1.6](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@1.1.6) (2018-02-02)
#### ♻️ Refactoring
- isPlainObject() ([9848576](https://github.com/thi-ng/umbrella/commit/9848576))
### [1.1.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@1.1.1) (2018-01-24)
#### 🚀 Features
- initial re-import as monorepo, update readme files, cleanup imports ([04ff6e9](https://github.com/thi-ng/umbrella/commit/04ff6e9))
{
"name": "@thi.ng/checks",
"version": "3.0.7",
"description": "Collection of 50+ type, feature & value checks",
"type": "module",
"module": "./index.js",
"typings": "./index.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/thi-ng/umbrella.git"
"name": "@thi.ng/checks",
"version": "3.1.0",
"description": "Collection of 50+ type, feature & value checks",
"type": "module",
"module": "./index.js",
"typings": "./index.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/thi-ng/umbrella.git"
},
"homepage": "https://github.com/thi-ng/umbrella/tree/develop/packages/checks#readme",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/postspectacular"
},
"homepage": "https://github.com/thi-ng/umbrella/tree/develop/packages/checks#readme",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/postspectacular"
},
{
"type": "patreon",
"url": "https://patreon.com/thing_umbrella"
}
],
"author": "Karsten Schmidt <k+npm@thi.ng>",
"license": "Apache-2.0",
"scripts": {
"build": "yarn clean && tsc --declaration",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"doc:readme": "yarn doc:stats && ../../scripts/node-esm ../../tools/src/readme.ts",
"doc:stats": "../../scripts/node-esm ../../tools/src/module-stats.ts",
"pub": "yarn build && yarn publish --access public",
"test": "testament test"
{
"type": "patreon",
"url": "https://patreon.com/thing_umbrella"
}
],
"author": "Karsten Schmidt <k+npm@thi.ng>",
"license": "Apache-2.0",
"scripts": {
"build": "yarn clean && tsc --declaration",
"clean": "rimraf '*.js' '*.d.ts' '*.map' doc",
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
"doc:readme": "yarn doc:stats && tools:readme",
"doc:stats": "tools:module-stats",
"pub": "yarn build && yarn npm publish --access public",
"test": "testament test"
},
"dependencies": {
"tslib": "^2.3.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.18.19",
"@thi.ng/testament": "^0.2.0",
"@types/node": "^16.11.7",
"rimraf": "^3.0.2",
"tools": "^0.0.1",
"typedoc": "^0.22.8",
"typescript": "^4.4.4"
},
"keywords": [
"detect",
"feature",
"reflect",
"typescript",
"validate"
],
"publishConfig": {
"access": "public"
},
"browser": {
"process": false,
"setTimeout": false
},
"engines": {
"node": ">=12.7"
},
"files": [
"*.js",
"*.d.ts"
],
"exports": {
".": {
"import": "./index.js"
},
"dependencies": {
"tslib": "^2.3.1"
"./exists-not-null": {
"import": "./exists-not-null.js"
},
"devDependencies": {
"@thi.ng/testament": "^0.1.6"
"./exists": {
"import": "./exists.js"
},
"keywords": [
"detect",
"feature",
"reflect",
"typescript",
"validate"
],
"publishConfig": {
"access": "public"
"./has-bigint": {
"import": "./has-bigint.js"
},
"browser": {
"process": false,
"setTimeout": false
"./has-crypto": {
"import": "./has-crypto.js"
},
"engines": {
"node": ">=12.7"
"./has-max-length": {
"import": "./has-max-length.js"
},
"files": [
"*.js",
"*.d.ts"
],
"exports": {
".": {
"import": "./index.js"
},
"./exists-not-null": {
"import": "./exists-not-null.js"
},
"./exists": {
"import": "./exists.js"
},
"./has-bigint": {
"import": "./has-bigint.js"
},
"./has-crypto": {
"import": "./has-crypto.js"
},
"./has-max-length": {
"import": "./has-max-length.js"
},
"./has-min-length": {
"import": "./has-min-length.js"
},
"./has-performance": {
"import": "./has-performance.js"
},
"./has-wasm": {
"import": "./has-wasm.js"
},
"./has-webgl": {
"import": "./has-webgl.js"
},
"./has-websocket": {
"import": "./has-websocket.js"
},
"./implements-function": {
"import": "./implements-function.js"
},
"./is-alphanum": {
"import": "./is-alphanum.js"
},
"./is-array": {
"import": "./is-array.js"
},
"./is-arraylike": {
"import": "./is-arraylike.js"
},
"./is-ascii": {
"import": "./is-ascii.js"
},
"./is-async-iterable": {
"import": "./is-async-iterable.js"
},
"./is-blob": {
"import": "./is-blob.js"
},
"./is-boolean": {
"import": "./is-boolean.js"
},
"./is-chrome": {
"import": "./is-chrome.js"
},
"./is-data-url": {
"import": "./is-data-url.js"
},
"./is-date": {
"import": "./is-date.js"
},
"./is-even": {
"import": "./is-even.js"
},
"./is-false": {
"import": "./is-false.js"
},
"./is-file": {
"import": "./is-file.js"
},
"./is-firefox": {
"import": "./is-firefox.js"
},
"./is-float-string": {
"import": "./is-float-string.js"
},
"./is-function": {
"import": "./is-function.js"
},
"./is-hex-color": {
"import": "./is-hex-color.js"
},
"./is-hex": {
"import": "./is-hex.js"
},
"./is-ie": {
"import": "./is-ie.js"
},
"./is-in-range": {
"import": "./is-in-range.js"
},
"./is-int-string": {
"import": "./is-int-string.js"
},
"./is-int32": {
"import": "./is-int32.js"
},
"./is-iterable": {
"import": "./is-iterable.js"
},
"./is-map": {
"import": "./is-map.js"
},
"./is-mobile": {
"import": "./is-mobile.js"
},
"./is-nan": {
"import": "./is-nan.js"
},
"./is-negative": {
"import": "./is-negative.js"
},
"./is-nil": {
"import": "./is-nil.js"
},
"./is-node": {
"import": "./is-node.js"
},
"./is-not-string-iterable": {
"import": "./is-not-string-iterable.js"
},
"./is-null": {
"import": "./is-null.js"
},
"./is-number": {
"import": "./is-number.js"
},
"./is-numeric": {
"import": "./is-numeric.js"
},
"./is-object": {
"import": "./is-object.js"
},
"./is-odd": {
"import": "./is-odd.js"
},
"./is-plain-object": {
"import": "./is-plain-object.js"
},
"./is-positive": {
"import": "./is-positive.js"
},
"./is-primitive": {
"import": "./is-primitive.js"
},
"./is-promise": {
"import": "./is-promise.js"
},
"./is-promiselike": {
"import": "./is-promiselike.js"
},
"./is-proto-path": {
"import": "./is-proto-path.js"
},
"./is-regexp": {
"import": "./is-regexp.js"
},
"./is-safari": {
"import": "./is-safari.js"
},
"./is-set": {
"import": "./is-set.js"
},
"./is-string": {
"import": "./is-string.js"
},
"./is-symbol": {
"import": "./is-symbol.js"
},
"./is-transferable": {
"import": "./is-transferable.js"
},
"./is-true": {
"import": "./is-true.js"
},
"./is-typedarray": {
"import": "./is-typedarray.js"
},
"./is-uint32": {
"import": "./is-uint32.js"
},
"./is-undefined": {
"import": "./is-undefined.js"
},
"./is-uuid": {
"import": "./is-uuid.js"
},
"./is-uuid4": {
"import": "./is-uuid4.js"
},
"./is-zero": {
"import": "./is-zero.js"
}
"./has-min-length": {
"import": "./has-min-length.js"
},
"gitHead": "5fe52419af63984ebe53032201b2a6174b9cb159"
}
"./has-performance": {
"import": "./has-performance.js"
},
"./has-wasm": {
"import": "./has-wasm.js"
},
"./has-webgl": {
"import": "./has-webgl.js"
},
"./has-websocket": {
"import": "./has-websocket.js"
},
"./implements-function": {
"import": "./implements-function.js"
},
"./is-alphanum": {
"import": "./is-alphanum.js"
},
"./is-array": {
"import": "./is-array.js"
},
"./is-arraylike": {
"import": "./is-arraylike.js"
},
"./is-ascii": {
"import": "./is-ascii.js"
},
"./is-async-iterable": {
"import": "./is-async-iterable.js"
},
"./is-blob": {
"import": "./is-blob.js"
},
"./is-boolean": {
"import": "./is-boolean.js"
},
"./is-chrome": {
"import": "./is-chrome.js"
},
"./is-data-url": {
"import": "./is-data-url.js"
},
"./is-date": {
"import": "./is-date.js"
},
"./is-even": {
"import": "./is-even.js"
},
"./is-false": {
"import": "./is-false.js"
},
"./is-file": {
"import": "./is-file.js"
},
"./is-firefox": {
"import": "./is-firefox.js"
},
"./is-float-string": {
"import": "./is-float-string.js"
},
"./is-function": {
"import": "./is-function.js"
},
"./is-hex-color": {
"import": "./is-hex-color.js"
},
"./is-hex": {
"import": "./is-hex.js"
},
"./is-ie": {
"import": "./is-ie.js"
},
"./is-in-range": {
"import": "./is-in-range.js"
},
"./is-int-string": {
"import": "./is-int-string.js"
},
"./is-int32": {
"import": "./is-int32.js"
},
"./is-iterable": {
"import": "./is-iterable.js"
},
"./is-map": {
"import": "./is-map.js"
},
"./is-mobile": {
"import": "./is-mobile.js"
},
"./is-nan": {
"import": "./is-nan.js"
},
"./is-negative": {
"import": "./is-negative.js"
},
"./is-nil": {
"import": "./is-nil.js"
},
"./is-node": {
"import": "./is-node.js"
},
"./is-not-string-iterable": {
"import": "./is-not-string-iterable.js"
},
"./is-null": {
"import": "./is-null.js"
},
"./is-number": {
"import": "./is-number.js"
},
"./is-numeric": {
"import": "./is-numeric.js"
},
"./is-object": {
"import": "./is-object.js"
},
"./is-odd": {
"import": "./is-odd.js"
},
"./is-plain-object": {
"import": "./is-plain-object.js"
},
"./is-positive": {
"import": "./is-positive.js"
},
"./is-primitive": {
"import": "./is-primitive.js"
},
"./is-promise": {
"import": "./is-promise.js"
},
"./is-promiselike": {
"import": "./is-promiselike.js"
},
"./is-proto-path": {
"import": "./is-proto-path.js"
},
"./is-regexp": {
"import": "./is-regexp.js"
},
"./is-safari": {
"import": "./is-safari.js"
},
"./is-set": {
"import": "./is-set.js"
},
"./is-string": {
"import": "./is-string.js"
},
"./is-symbol": {
"import": "./is-symbol.js"
},
"./is-transferable": {
"import": "./is-transferable.js"
},
"./is-true": {
"import": "./is-true.js"
},
"./is-typedarray": {
"import": "./is-typedarray.js"
},
"./is-uint32": {
"import": "./is-uint32.js"
},
"./is-undefined": {
"import": "./is-undefined.js"
},
"./is-uuid": {
"import": "./is-uuid.js"
},
"./is-uuid4": {
"import": "./is-uuid4.js"
},
"./is-zero": {
"import": "./is-zero.js"
}
},
"gitHead": "519eedf95c076202f3429eb8e46ccff275bfe446\n"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc