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.1.2 to 0.1.3

.npmignore

2

index.js
// Module exports
module.exports = iconv = {
var iconv = module.exports = {
toEncoding: function(str, encoding) {

@@ -4,0 +4,0 @@ return iconv.getCodec(encoding).toEncoding(str);

{
"name": "iconv-lite",
"description": "Convert character encodings in pure javascript.",
"version": "0.1.2",
"version": "0.1.3",

@@ -11,3 +11,4 @@ "keywords": ["iconv", "convert", "charset"],

"Adamansky Anton (https://github.com/adamansky)",
"George Stagas (https://github.com/stagas)"
"George Stagas (https://github.com/stagas)",
"Mike D Pilsbury (https://github.com/pekim)"
],

@@ -14,0 +15,0 @@

@@ -28,2 +28,3 @@ iconv-lite - native javascript conversion between character encodings.

* Greek encodings: 'windows-1253', 'iso-8859-7'/'greek', 'cp737', 'cp28597'
* Turkish encodings: 'windows1254', 'iso-8859-9'/'turkish'

@@ -30,0 +31,0 @@ Other encodings are easy to add, see the source. Please, participate.

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