@thi.ng/hex
Advanced tools
Comparing version 2.3.51 to 2.3.52
# Change Log | ||
- **Last updated**: 2024-07-22T13:15:57Z | ||
- **Last updated**: 2024-08-10T15:03:07Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/hex", | ||
"version": "2.3.51", | ||
"description": "Hex string formatters for 4/8/16/24/32/48/64bit words", | ||
"version": "2.3.52", | ||
"description": "Hex string formatters for 4/8/16/24/32/48/64bit words, hexdump formatting of binary data", | ||
"type": "module", | ||
@@ -39,11 +39,13 @@ "module": "./index.js", | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.47.0", | ||
"@microsoft/api-extractor": "^7.47.5", | ||
"esbuild": "^0.23.0", | ||
"typedoc": "^0.26.3", | ||
"typescript": "^5.5.3" | ||
"typedoc": "^0.26.5", | ||
"typescript": "^5.5.4" | ||
}, | ||
"keywords": [ | ||
"base16", | ||
"binary", | ||
"format", | ||
"hex", | ||
"hexdump", | ||
"string", | ||
@@ -73,3 +75,3 @@ "typescript" | ||
}, | ||
"gitHead": "324d6b7dbf31558329e9fb6452e29b2f7db9c61a\n" | ||
"gitHead": "ec78f98d015e4d214a0b840e72e497407807daf3\n" | ||
} |
@@ -28,3 +28,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
Hex string formatters for 4/8/16/24/32/48/64bit words. | ||
Hex string formatters for 4/8/16/24/32/48/64bit words, hexdump formatting of binary data. | ||
@@ -31,0 +31,0 @@ ## Status |
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
26548