utf8-string-bytes
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -84,4 +84,4 @@ // Copyright 2008 The Closure Library Authors. All Rights Reserved. | ||
module.exports = { | ||
utf8ByteArrayToString, | ||
stringToUtf8ByteArray | ||
utf8ByteArrayToString: utf8ByteArrayToString, | ||
stringToUtf8ByteArray: stringToUtf8ByteArray | ||
}; |
{ | ||
"name": "utf8-string-bytes", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Convert a string to utf8 byte array or vice versa.", | ||
@@ -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
15305