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

legacy-encoding

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

legacy-encoding - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

8

index.js
'use strict'
var encodings = require('./encodings.js');
var encodings = require('./encodings.js').concat([
{
labels: ['utf-7'],
encode: require('utf7').encode,
decode: require('utf7').decode
}
]);

@@ -5,0 +11,0 @@ exports.labels = encodings.map(function (enc) {

4

package.json
{
"name": "legacy-encoding",
"version": "1.1.0",
"version": "1.2.0",
"description": "Support as many legacy encodings as possible",

@@ -162,2 +162,3 @@ "files": [

"us-ascii",
"utf-7",
"visual",

@@ -206,2 +207,3 @@ "windows-1250",

"macintosh": "^0.1.2",
"utf7": "^1.0.0",
"windows-1250": "^0.1.2",

@@ -208,0 +210,0 @@ "windows-1251": "^0.1.2",

@@ -218,2 +218,3 @@ # legacy-encoding

- us-ascii
- utf-7
- visual

@@ -220,0 +221,0 @@ - windows-1250

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