@thi.ng/checks
Advanced tools
Comparing version 3.4.24 to 3.5.0
# Change Log | ||
- **Last updated**: 2024-02-19T16:07:07Z | ||
- **Last updated**: 2024-02-22T11:59:16Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -12,2 +12,8 @@ | ||
## [3.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@3.5.0) (2024-02-22) | ||
#### 🚀 Features | ||
- add isArrayBufferLike(), isArrayBufferView() ([652a1d2](https://github.com/thi-ng/umbrella/commit/652a1d2)) | ||
### [3.4.7](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@3.4.7) (2023-11-09) | ||
@@ -14,0 +20,0 @@ |
@@ -14,2 +14,4 @@ export * from "./exists-not-null.js"; | ||
export * from "./is-array.js"; | ||
export * from "./is-arraybufferlike.js"; | ||
export * from "./is-arraybufferview.js"; | ||
export * from "./is-arraylike.js"; | ||
@@ -16,0 +18,0 @@ export * from "./is-ascii.js"; |
@@ -14,2 +14,4 @@ export * from "./exists-not-null.js"; | ||
export * from "./is-array.js"; | ||
export * from "./is-arraybufferlike.js"; | ||
export * from "./is-arraybufferview.js"; | ||
export * from "./is-arraylike.js"; | ||
@@ -16,0 +18,0 @@ export * from "./is-ascii.js"; |
{ | ||
"name": "@thi.ng/checks", | ||
"version": "3.4.24", | ||
"version": "3.5.0", | ||
"description": "Collection of 70+ type, feature & value checks", | ||
@@ -116,2 +116,8 @@ "type": "module", | ||
}, | ||
"./is-arraybufferlike": { | ||
"default": "./is-arraybufferlike.js" | ||
}, | ||
"./is-arraybufferview": { | ||
"default": "./is-arraybufferview.js" | ||
}, | ||
"./is-arraylike": { | ||
@@ -283,3 +289,3 @@ "default": "./is-arraylike.js" | ||
}, | ||
"gitHead": "2724c87ca41810f2112f9d8c3d6b90dfaeea876b\n" | ||
"gitHead": "4513a1c703bdbf0f0867f03e547e47692e415fac\n" | ||
} |
@@ -21,3 +21,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
> [!NOTE] | ||
> This is one of 189 standalone projects, maintained as part | ||
> This is one of 190 standalone projects, maintained as part | ||
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo | ||
@@ -67,3 +67,3 @@ > and anti-framework. | ||
Package sizes (brotli'd, pre-treeshake): ESM: 1.61 KB | ||
Package sizes (brotli'd, pre-treeshake): ESM: 1.65 KB | ||
@@ -70,0 +70,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
53748
146
610