Socket
Socket
Sign inDemoInstall

encoding

Package Overview
Dependencies
2
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.7 to 0.1.8

lib/encoding.js

12

package.json
{
"name": "encoding",
"version": "0.1.7",
"version": "0.1.8",
"description": "Convert encodings, uses iconv by default and fallbacks to iconv-lite if needed",
"main": "index.js",
"main": "lib/encoding.js",
"scripts": {
"test": "nodeunit test.js"
"test": "nodeunit test"
},

@@ -12,8 +12,8 @@ "repository": "https://github.com/andris9/encoding.git",

"license": "MIT",
"dependencies":{
"iconv-lite": "~0.2.11"
"dependencies": {
"iconv-lite": "~0.4.3"
},
"devDependencies":{
"devDependencies": {
"nodeunit": "~0.8.1"
}
}
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