Comparing version 1.6.1 to 1.6.2
@@ -47,3 +47,3 @@ const alphabet = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/' | ||
for (let i = 0, j = 0; i < len; i += 4) { | ||
for (let i = 0, j = 0; j < len; i += 4) { | ||
const a = codes[string.charCodeAt(i)] | ||
@@ -50,0 +50,0 @@ const b = codes[string.charCodeAt(i + 1)] |
{ | ||
"name": "b4a", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "Bridging the gap between buffers and typed arrays", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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