Socket
Socket
Sign inDemoInstall

unidecode

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unidecode - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

package.json

@@ -5,3 +5,3 @@ {

"keywords": ["unidecode","unicode","utf8"],
"version": "0.1.2",
"version": "0.1.3",
"homepage": "http://blog.fgribreau.com/2012/05/unidecode-for-javascript-nodejs.html",

@@ -8,0 +8,0 @@ "dependencies": { },

@@ -11,4 +11,3 @@ # Unidecode for NodeJS

Note that all the files named 'x??.php' in data are derived directly from the equivilent perl file, and both sets of files are distributed under the perl license,
and not the BSD license.
Note that all the files named 'x??.js' in data are derived directly from the equivalent perl file, and both sets of files are distributed under the perl license not the BSD license.

@@ -15,0 +14,0 @@ ## Installation

@@ -41,3 +41,3 @@ /**

} catch (e) {
console.error("Unidecode file not found for h=", h);
// console.error("Unidecode file not found for h=", h);
return '';

@@ -44,0 +44,0 @@ }

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc