Socket
Socket
Sign inDemoInstall

fs-promise

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fs-promise - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

9

package.json
{
"name": "fs-promise",
"version": "0.1.0",
"version": "0.2.0",
"description": "Filesystem methods as promises, with optional fs-extra and fs-graceful dependencies",

@@ -22,9 +22,8 @@ "main": "index.js",

"dependencies": {
"promise": "~4.0.0"
"promise": "~5.0.0"
},
"devDependencies": {
"mocha": "~1.9.0",
"mocha-as-promised": "~1.3.0",
"fs-extra": "~0.6.1"
"fs-extra": "~0.8.1",
"mocha": "~1.18.2"
}
}
# fs-promise
[![Build Status](https://secure.travis-ci.org/kevinbeaty/fs-promise.png)](http://travis-ci.org/kevinbeaty/fs-promise)
[![Build Status](https://secure.travis-ci.org/kevinbeaty/fs-promise.svg)](http://travis-ci.org/kevinbeaty/fs-promise)

@@ -5,0 +5,0 @@ Proxies all async `fs` methods exposing them as Promises/A+ compatible promises (when, Q, etc).

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc