@alttiri/base85
Advanced tools
Comparing version 1.7.6 to 1.8.0
@@ -46,3 +46,3 @@ const ascii85 = charsetToMap(`!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_\`abcdefghijklmnopqrstu`); | ||
const target = new Uint8Array(length); | ||
const dw = new DataView(ui8a.buffer); | ||
const dw = new DataView(ui8a.buffer, ui8a.byteOffset, ui8a.byteLength); | ||
const to = Math.trunc(ui8a.length / 4); | ||
@@ -49,0 +49,0 @@ for (let i = 0; i < to; i++) { |
{ | ||
"name": "@alttiri/base85", | ||
"version": "1.7.6", | ||
"version": "1.8.0", | ||
"description": "Pretty fast base85 JavaScript library", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/alttiri/base85", |
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
13406