Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

utf8-encoding

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

utf8-encoding - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

utf8-encoding.js

18

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc