@thi.ng/binary
Advanced tools
Comparing version 3.4.20 to 3.4.21
# Change Log | ||
- **Last updated**: 2024-03-27T09:53:45Z | ||
- **Last updated**: 2024-04-08T14:59:29Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/binary", | ||
"version": "3.4.20", | ||
"version": "3.4.21", | ||
"description": "100+ assorted binary / bitwise operations, conversions, utilities, lookup tables", | ||
@@ -39,3 +39,3 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.31" | ||
"@thi.ng/api": "^8.10.0" | ||
}, | ||
@@ -137,3 +137,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "feb3b24654f2c931cd3c3308c1c0c807ee14d0e4\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 | ||
@@ -48,4 +48,10 @@ > and anti-framework. | ||
ES module import: | ||
ESM import: | ||
```ts | ||
import * as bin from "@thi.ng/binary"; | ||
``` | ||
Browser ESM import: | ||
```html | ||
@@ -60,3 +66,3 @@ <script type="module" src="https://cdn.skypack.dev/@thi.ng/binary"></script> | ||
```js | ||
const binary = await import("@thi.ng/binary"); | ||
const bin = await import("@thi.ng/binary"); | ||
``` | ||
@@ -63,0 +69,0 @@ |
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
54394
108
Updated@thi.ng/api@^8.10.0