@thi.ng/binary
Advanced tools
Comparing version 3.4.0 to 3.4.1
# Change Log | ||
- **Last updated**: 2023-12-11T10:07:09Z | ||
- **Last updated**: 2023-12-18T13:41:19Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/binary", | ||
"version": "3.4.0", | ||
"version": "3.4.1", | ||
"description": "100+ assorted binary / bitwise operations, conversions, utilities, lookup tables", | ||
@@ -38,3 +38,3 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.12" | ||
"@thi.ng/api": "^8.9.13" | ||
}, | ||
@@ -73,3 +73,3 @@ "devDependencies": { | ||
"engines": { | ||
"node": ">=12.7" | ||
"node": ">=18" | ||
}, | ||
@@ -108,2 +108,5 @@ "files": [ | ||
}, | ||
"./int": { | ||
"default": "./int.js" | ||
}, | ||
"./logic": { | ||
@@ -136,3 +139,3 @@ "default": "./logic.js" | ||
}, | ||
"gitHead": "5e7bafedfc3d53bc131469a28de31dd8e5b4a3ff\n" | ||
"gitHead": "25a42a81fac8603a1e440a7aa8bc343276211ff4\n" | ||
} |
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
53257
Updated@thi.ng/api@^8.9.13