encode-utf8
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -54,3 +54,3 @@ 'use strict' | ||
return Uint8Array.from(result).buffer | ||
return new Uint8Array(result).buffer | ||
} |
{ | ||
"name": "encode-utf8", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "repository": "LinusU/encode-utf8", |
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
4039