@appliedblockchain/helpers
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "@appliedblockchain/helpers", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "No dependency, single file helpers.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -8,3 +8,3 @@ // @flow | ||
for (let i = 0; i < 0xff; ++i) { | ||
for (let i = 0; i <= 0xff; ++i) { | ||
h[i] = i.toString(16).padStart(2, '0') | ||
@@ -11,0 +11,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
72813
59
2246