utf8-encoding
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "utf8-encoding", | ||
"description": "utf8 encoder/decoder of whatwg Encoding Living Standard https://encoding.spec.whatwg.org/", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"author": "Jxck", | ||
@@ -46,4 +46,4 @@ "bugs": { | ||
"test": "npm run tsc && node test/test.js && \\rm -f npm-debug.log && echo open test/index.html in your browser", | ||
"tsc": "tsc utf8-encoding.ts --target ES5 --module commonjs" | ||
"tsc": "tsc utf8-encoding.ts --target ES5 --module commonjs --sourceMap" | ||
} | ||
} |
@@ -399,1 +399,2 @@ /// <reference path="types/webidl.d.ts" /> | ||
this.TextDecoder = nativeTextDecoder || UTF8Encoder.TextDecoder; | ||
//# sourceMappingURL=utf8-encoding.js.map |
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
33497