Socket
Socket
Sign inDemoInstall

iconv-lite

Package Overview
Dependencies
0
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.7 to 0.2.8

encodings/big5.js

12

encodings/singlebyte.js

@@ -28,2 +28,8 @@ module.exports = {

"1258": "windows1258",
"10000": "macroman",
"10006": "macgreek",
"10007": "maccyrillic",
"10029": "maccenteuro",
"10079": "maciceland",
"10081": "macturkish",
"20866": "koi8r",

@@ -287,2 +293,6 @@ "21866": "koi8u",

"ibm869": "cp869",
"maccenteuro": {
"type": "singlebyte",
"chars": "ÄĀāÉĄÖÜáąČäčĆć鏟ĎíďĒēĖóėôöõúĚěü†°Ę£§•¶ß®©™ę¨≠ģĮįĪ≤≥īĶ∂∑łĻļĽľĹĺŅņѬ√ńŇ∆«»… ňŐÕőŌ–—“”‘’÷◊ōŔŕŘ‹›řŖŗŠ‚„šŚśÁŤťÍŽžŪÓÔūŮÚůŰűŲųÝýķŻŁżĢˇ"
},
"maccroatian": {

@@ -332,2 +342,2 @@ "type": "singlebyte",

}
};
};

@@ -197,2 +197,3 @@ // Module exports

applyEncodings(require('./encodings/gbk'));
applyEncodings(require('./encodings/big5'));

@@ -199,0 +200,0 @@

8

package.json
{
"name": "iconv-lite",
"description": "Convert character encodings in pure javascript.",
"version": "0.2.7",
"version": "0.2.8",

@@ -12,3 +12,7 @@ "keywords": ["iconv", "convert", "charset"],

"George Stagas (https://github.com/stagas)",
"Mike D Pilsbury (https://github.com/pekim)"
"Mike D Pilsbury (https://github.com/pekim)",
"Niggler (https://github.com/Niggler)",
"wychi (https://github.com/wychi)",
"David Kuo (https://github.com/david50407)",
"ChangZhuo Chen (https://github.com/czchen)"
],

@@ -15,0 +19,0 @@

@@ -29,3 +29,3 @@ iconv-lite - pure javascript character encoding conversion

Aliases like 'latin1', 'us-ascii' also supported.
* Multibyte encodings: 'gbk', 'gb2313'.
* Multibyte encodings: 'gbk', 'gb2313', 'Big5', 'cp950'.

@@ -35,3 +35,3 @@ Others are easy to add, see the source. Please, participate.

Not supported yet: Big5, EUC family, Shift_JIS.
Not supported yet: EUC family, Shift_JIS.

@@ -56,4 +56,6 @@

npm install --dev iconv-lite
vows
git clone git@github.com:ashtuchkin/iconv-lite.git
cd iconv-lite
npm install
npm test

@@ -60,0 +62,0 @@ # To view performance:

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