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.4.1 to 0.4.2

4

Changelog.md
# 0.4.2 / 2014-06-12
* don't throw exception if `extendNodeEncodings()` is called more than once
# 0.4.1 / 2014-06-11

@@ -3,0 +7,0 @@

3

lib/extend-node.js

@@ -8,4 +8,3 @@

iconv.extendNodeEncodings = function extendNodeEncodings() {
if (original)
throw new Error("require('iconv-lite').extendNodeEncodings() is already called.")
if (original) return;
original = {};

@@ -12,0 +11,0 @@

{
"name": "iconv-lite",
"description": "Convert character encodings in pure javascript.",
"version": "0.4.1",
"version": "0.4.2",
"license": "MIT",

@@ -19,3 +19,4 @@

"Lee Treveil (https://github.com/leetreveil)",
"Brian White (https://github.com/mscdex)"
"Brian White (https://github.com/mscdex)",
"Mithgol (https://github.com/Mithgol)"
],

@@ -22,0 +23,0 @@

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