Socket
Socket
Sign inDemoInstall

fs-extra-async

Package Overview
Dependencies
4
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

10

package.json
{
"name": "fs-extra-async",
"version": "0.0.4",
"version": "0.0.5",
"description": "Node file system library and fs-extra module promisified",

@@ -22,4 +22,3 @@ "main": "./lib/index",

"istanbul": "^0.4.3",
"mocha": "^2.4.5",
"mocha-lcov-reporter": "^1.2.0"
"mocha": "^2.4.5"
},

@@ -38,6 +37,5 @@ "keywords": [

"scripts": {
"test": "mocha --reporter spec",
"test": "mocha",
"coveralls": "npm run test-cov && coveralls < coverage/lcov.info",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter mocha-lcov-reporter",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha"
},

@@ -44,0 +42,0 @@ "engines": {

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