@thi.ng/checks
Advanced tools
Comparing version 3.4.6 to 3.4.7
# Change Log | ||
- **Last updated**: 2023-10-23T07:37:37Z | ||
- **Last updated**: 2023-11-09T10:02:12Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -12,2 +12,8 @@ | ||
### [3.4.7](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@3.4.7) (2023-11-09) | ||
#### 🩹 Bug fixes | ||
- update isTypedArray() to return boolean ([2c0f72f](https://github.com/thi-ng/umbrella/commit/2c0f72f)) | ||
## [3.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@3.4.0) (2023-08-04) | ||
@@ -14,0 +20,0 @@ |
@@ -1,2 +0,2 @@ | ||
export const isTypedArray = (x) => x && | ||
export const isTypedArray = (x) => !!x && | ||
(x instanceof Float32Array || | ||
@@ -3,0 +3,0 @@ x instanceof Float64Array || |
{ | ||
"name": "@thi.ng/checks", | ||
"version": "3.4.6", | ||
"version": "3.4.7", | ||
"description": "Collection of 70+ type, feature & value checks", | ||
@@ -35,6 +35,5 @@ "type": "module", | ||
"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", | ||
"doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts", | ||
"pub": "yarn npm publish --access public", | ||
"test": "testament test" | ||
"test": "bun test" | ||
}, | ||
@@ -45,8 +44,8 @@ "dependencies": { | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.38.0", | ||
"@thi.ng/testament": "^0.3.24", | ||
"@types/node": "^20.8.7", | ||
"@microsoft/api-extractor": "^7.38.2", | ||
"@thi.ng/testament": "^0.4.0", | ||
"@types/node": "^20.9.0", | ||
"rimraf": "^5.0.5", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.25.2", | ||
"typedoc": "^0.25.3", | ||
"typescript": "^5.2.2" | ||
@@ -284,3 +283,3 @@ }, | ||
}, | ||
"gitHead": "8d46d9326a9f9b81d65e7e274446f5964f9942ac\n" | ||
"gitHead": "9f4d8ad79bca1d68214fbc9bbc5fb55f5a445f7e\n" | ||
} |
@@ -51,3 +51,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
Package sizes (brotli'd, pre-treeshake): ESM: 1.60 KB | ||
Package sizes (brotli'd, pre-treeshake): ESM: 1.61 KB | ||
@@ -54,0 +54,0 @@ ## Dependencies |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52623
3
1