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.12 to 0.4.13

5

Changelog.md
# 0.4.13 / 2015-10-01
* Fix silly mistake in deprecation notice.
# 0.4.12 / 2015-09-26

@@ -3,0 +8,0 @@

4

lib/extend-node.js

@@ -17,4 +17,4 @@ "use strict"

if (!iconv.supportsNodeEncodingsExtension) {
console.warning("ACTION NEEDED: require('iconv-lite').extendNodeEncodings() is not supported in your version of Node");
console.warning("See more info at https://github.com/ashtuchkin/iconv-lite/wiki/Node-v4-compatibility");
console.error("ACTION NEEDED: require('iconv-lite').extendNodeEncodings() is not supported in your version of Node");
console.error("See more info at https://github.com/ashtuchkin/iconv-lite/wiki/Node-v4-compatibility");
return;

@@ -21,0 +21,0 @@ }

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

@@ -6,0 +6,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