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.1.0 to 0.1.1

4

package.json
{
"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
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