Socket
Socket
Sign inDemoInstall

fsify

Package Overview
Dependencies
26
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.3 to 2.0.4

CHANGELOG.md

16

package.json
{
"name": "fsify",
"version": "2.0.3",
"version": "2.0.4",
"authors": [

@@ -34,12 +34,12 @@ "Tobias Reich <tobias@electerious.com>"

"scripts": {
"coveralls": "cat ./coverage/lcov.info | coveralls",
"test": "istanbul cover node_modules/mocha/bin/_mocha",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"test": "nyc node_modules/mocha/bin/_mocha",
"prepublish": "npm test"
},
"devDependencies": {
"chai": "^4.0.2",
"chai": "^4.1.1",
"coveralls": "^2.13.1",
"istanbul": "^0.4.5",
"mocha": "^3.4.1",
"uuid": "^3.0.1"
"nyc": "^11.1.0",
"mocha": "^3.5.0",
"uuid": "^3.1.0"
},

@@ -51,4 +51,4 @@ "dependencies": {

"once": "^1.4.0",
"pify": "^2.3.0"
"pify": "^3.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