Socket
Socket
Sign inDemoInstall

whatwg-encoding

Package Overview
Dependencies
2
Maintainers
6
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 3.1.1

3

lib/labels-to-names.json

@@ -215,3 +215,4 @@ {

"utf-16": "UTF-16LE",
"utf-16le": "UTF-16LE"
"utf-16le": "UTF-16LE",
"x-user-defined": "x-user-defined"
}

@@ -36,3 +36,4 @@ [

"UTF-16BE",
"UTF-16LE"
"UTF-16LE",
"x-user-defined"
]

@@ -6,3 +6,3 @@ "use strict";

const supportedNamesSet = new Set([...supportedNames, "x-user-defined"]);
const supportedNamesSet = new Set(supportedNames);

@@ -9,0 +9,0 @@ // https://encoding.spec.whatwg.org/#concept-encoding-get

@@ -8,3 +8,3 @@ {

],
"version": "3.1.0",
"version": "3.1.1",
"author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)",

@@ -18,2 +18,3 @@ "license": "MIT",

"scripts": {
"pretest": "npm run prepare",
"test": "node --test",

@@ -20,0 +21,0 @@ "lint": "eslint .",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc