Comparing version 12.2.0 to 12.2.1
@@ -0,0 +0,0 @@ Creative Commons Legal Code |
{ | ||
"name": "utilsac", | ||
"version": "12.2.0", | ||
"version": "12.2.1", | ||
"description": "Utility functions", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -12,3 +12,3 @@ export { | ||
const stringFromArrayBuffer = function (arrayBuffer, encoding = `utf-8`) { | ||
return (new TextDecoder(encoding)).decode(new DataView(arrayBuffer)); | ||
return (new TextDecoder(encoding)).decode(arrayBuffer); | ||
}; | ||
@@ -15,0 +15,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
30232