@thi.ng/arrays
Advanced tools
Comparing version 2.9.1 to 2.9.2
# Change Log | ||
- **Last updated**: 2024-03-28T10:57:28Z | ||
- **Last updated**: 2024-04-08T14:59:29Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/arrays", | ||
"version": "2.9.1", | ||
"version": "2.9.2", | ||
"description": "Array / Arraylike utilities", | ||
@@ -39,8 +39,8 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.31", | ||
"@thi.ng/checks": "^3.5.5", | ||
"@thi.ng/compare": "^2.3.0", | ||
"@thi.ng/equiv": "^2.1.53", | ||
"@thi.ng/errors": "^2.5.2", | ||
"@thi.ng/random": "^3.7.1" | ||
"@thi.ng/api": "^8.10.0", | ||
"@thi.ng/checks": "^3.6.0", | ||
"@thi.ng/compare": "^2.3.1", | ||
"@thi.ng/equiv": "^2.1.54", | ||
"@thi.ng/errors": "^2.5.3", | ||
"@thi.ng/random": "^3.7.2" | ||
}, | ||
@@ -173,3 +173,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "ce5ae2a322d50a7ce8ecccbd94fa55c496ba04fd\n" | ||
"gitHead": "85ac4bd4d6d89f8e3689e2863d5bea0cecdb371c\n" | ||
} |
@@ -10,3 +10,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
> [!NOTE] | ||
> This is one of 190 standalone projects, maintained as part | ||
> This is one of 191 standalone projects, maintained as part | ||
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo | ||
@@ -44,4 +44,10 @@ > and anti-framework. | ||
ES module import: | ||
ESM import: | ||
```ts | ||
import * as arr from "@thi.ng/arrays"; | ||
``` | ||
Browser ESM import: | ||
```html | ||
@@ -56,6 +62,6 @@ <script type="module" src="https://cdn.skypack.dev/@thi.ng/arrays"></script> | ||
```js | ||
const arrays = await import("@thi.ng/arrays"); | ||
const arr = await import("@thi.ng/arrays"); | ||
``` | ||
Package sizes (brotli'd, pre-treeshake): ESM: 3.00 KB | ||
Package sizes (brotli'd, pre-treeshake): ESM: 2.99 KB | ||
@@ -62,0 +68,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
84041
171
Updated@thi.ng/api@^8.10.0
Updated@thi.ng/checks@^3.6.0
Updated@thi.ng/compare@^2.3.1
Updated@thi.ng/equiv@^2.1.54
Updated@thi.ng/errors@^2.5.3
Updated@thi.ng/random@^3.7.2