Socket
Socket
Sign inDemoInstall

detect-file-encoding-and-language

Package Overview
Dependencies
0
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.4 to 2.0.5

node/node-build.js

5

package.json
{
"name": "detect-file-encoding-and-language",
"version": "2.0.4",
"version": "2.0.5",
"description": "Charset Detector - Detect the encoding and language of any file - Use it in the browser, with Node.js, or via CLI",
"main": "src/index-node.js",
"main": "node/node-build.js",
"scripts": {

@@ -11,2 +11,3 @@ "regextest": "node ./testing/regexTester.test.js",

"minify": "uglifyjs ./umd/language-encoding.min.js --compress --output ./umd/language-encoding.min.js",
"nodejs": "browserify ./src/index-node.js > ./node/node-build.js",
"prepublishOnly": "npm test"

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