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.1 to 3.0.2

14

package.json
{
"name": "utf-8-validate",
"version": "3.0.1",
"version": "3.0.2",
"description": "Check if a buffer contains valid UTF-8",

@@ -8,4 +8,4 @@ "main": "index.js",

"install": "prebuild-install || node-gyp rebuild",
"coverage": "istanbul cover _mocha --report html -- test/*.test.js",
"test": "mocha test/*.test.js && prebuild-ci"
"coverage": "istanbul cover _mocha --report html",
"test": "mocha && prebuild-ci"
},

@@ -27,3 +27,3 @@ "repository": {

"bindings": "~1.2.1",
"nan": "~2.5.0",
"nan": "~2.6.0",
"prebuild-install": "~2.1.0"

@@ -33,6 +33,6 @@ },

"istanbul": "~0.4.5",
"mocha": "~3.2.0",
"prebuild": "~6.0.2",
"prebuild-ci": "~2.0.0"
"mocha": "~3.4.1",
"prebuild": "~6.1.0",
"prebuild-ci": "~2.2.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