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.17 to 0.4.18

5

Changelog.md
# 0.4.18 / 2017-06-13
* Fixed CESU-8 regression in Node v8.
# 0.4.17 / 2017-04-22

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

2

encodings/internal.js

@@ -38,3 +38,3 @@ "use strict";

// Add decoder for versions of Node not supporting CESU-8
if (new Buffer("eda080", 'hex').toString().length == 3) {
if (new Buffer('eda0bdedb2a9', 'hex').toString() !== '💩') {
this.decoder = InternalDecoderCesu8;

@@ -41,0 +41,0 @@ this.defaultCharUnicode = iconv.defaultCharUnicode;

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

@@ -6,0 +6,0 @@

Sorry, the diff of this file is not supported yet

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