You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

encoding

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.3 to 0.1.4

6

index.js

@@ -1,2 +0,2 @@

var Iconv, iconvLite = require("iconv-lite");;
var Iconv, iconvLite = require("iconv-lite");

@@ -24,3 +24,3 @@ try{

var result, iconv;
var result;

@@ -69,3 +69,3 @@ if(from != "UTF-8" && typeof str == "string"){

function convertIconv(str, to, from){
var response;
var response, iconv;
iconv = new Iconv(from, to + "//TRANSLIT//IGNORE");

@@ -72,0 +72,0 @@ response = iconv.convert(str);

{
"name": "encoding",
"version": "0.1.3",
"version": "0.1.4",
"description": "Remove accents from international characters",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc