Socket
Socket
Sign inDemoInstall

utf-8-validate

Package Overview
Dependencies
67
Maintainers
4
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

12

package.json
{
"name": "utf-8-validate",
"version": "3.0.0",
"version": "3.0.1",
"description": "Check if a buffer contains valid UTF-8",
"main": "index.js",
"scripts": {
"install": "prebuild-install || node-gyp rebuild",
"coverage": "istanbul cover _mocha --report html -- test/*.test.js",
"test": "mocha test/*.test.js"
"test": "mocha test/*.test.js && prebuild-ci"
},

@@ -25,8 +26,11 @@ "repository": {

"bindings": "~1.2.1",
"nan": "~2.5.0"
"nan": "~2.5.0",
"prebuild-install": "~2.1.0"
},
"devDependencies": {
"istanbul": "~0.4.5",
"mocha": "~3.2.0"
"mocha": "~3.2.0",
"prebuild": "~6.0.2",
"prebuild-ci": "~2.0.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