Socket
Socket
Sign inDemoInstall

detect-encoding

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

2

detect-encoding.js

@@ -1,3 +0,3 @@

var detectEncoding = require("./build/Release/node-icu-charset-detector").detectEncoding;
var detectEncoding = require("./build/Release/detect-encoding.node").detectEncoding;
module.exports = detectEncoding;
{
"name": "detect-encoding",
"version": "0.0.1",
"version": "0.0.2",
"main": "./detect-encoding.js",

@@ -5,0 +5,0 @@ "description": "Simple binding for ICU charset detector",

@@ -11,2 +11,8 @@ # Detect encoding name with ICU

#### Ubuntu
```
apt-get install libicu-dev
```
#### OSX

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