@smithy/util-utf8
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -51,2 +51,3 @@ var __defProp = Object.defineProperty; | ||
// Annotate the CommonJS export names for ESM import in node: | ||
0 && (module.exports = { | ||
@@ -57,1 +58,2 @@ fromUtf8, | ||
}); | ||
{ | ||
"name": "@smithy/util-utf8", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "A UTF-8 string <-> UInt8Array converter", | ||
@@ -25,3 +25,3 @@ "main": "./dist-cjs/index.js", | ||
"dependencies": { | ||
"@smithy/util-buffer-from": "^2.1.0", | ||
"@smithy/util-buffer-from": "^2.1.1", | ||
"tslib": "^2.5.0" | ||
@@ -28,0 +28,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
17806