utf8-encoding
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "utf8-encoding", | ||
"description": "utf8 encoder/decoder of whatwg Encoding Living Standard https://encoding.spec.whatwg.org/", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"author": "Jxck", | ||
@@ -10,3 +10,3 @@ "bugs": { | ||
"dependencies": { | ||
"obtain-unicode": "0.0.1" | ||
"obtain-unicode": "0.0.2" | ||
}, | ||
@@ -16,2 +16,12 @@ "devDependencies": { | ||
}, | ||
"files": [ | ||
"test", | ||
"types", | ||
".gitignore", | ||
"README.md", | ||
"package.json", | ||
"utf8-encoding.d.ts", | ||
"utf8-encoding.js", | ||
"utf8-encoding.ts" | ||
], | ||
"homepage": "https://github.com/Jxck/text-encoding", | ||
@@ -33,5 +43,7 @@ "keywords": [ | ||
"clean": "\\rm -f *.js", | ||
"test": "npm run tsc && node test/test.js && \\rm -f npm-debug.log", | ||
"postinstall": "mv node_modules/obtain-unicode/obtain-unicode.d.ts types/", | ||
"prepublish": "npm run tsc", | ||
"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 --noImplicitAny" | ||
} | ||
} |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
29227
10
875
1
+ Addedobtain-unicode@0.0.2(transitive)
- Removedobtain-unicode@0.0.1(transitive)
Updatedobtain-unicode@0.0.2