text-decoder
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "text-decoder", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Streaming text decoder that preserves multibyte Unicode characters", | ||
@@ -10,2 +10,6 @@ "main": "index.js", | ||
], | ||
"browser": { | ||
"./lib/pass-through-decoder.js": "./lib/browser-decoder.js", | ||
"./lib/utf8-decoder.js": "./lib/browser-decoder.js" | ||
}, | ||
"scripts": { | ||
@@ -12,0 +16,0 @@ "test": "standard && brittle test.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
17160
7
152