Socket
Socket
Sign inDemoInstall

fs-promise

Package Overview
Dependencies
4
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.0 to 1.0.0

16

package.json
{
"name": "fs-promise",
"version": "0.5.0",
"version": "1.0.0",
"description": "Filesystem methods as promises with fs-extra",

@@ -23,3 +23,3 @@ "main": "index.js",

"any-promise": "^1.0.0",
"fs-extra": "^0.26.5",
"fs-extra": "^1.0.0",
"mz": "^2.3.1",

@@ -29,9 +29,9 @@ "thenify-all": "^1.6.0"

"devDependencies": {
"mocha": "~2.4.2",
"es6-promise": "~3.0.2",
"rsvp": "~3.1.0",
"bluebird": "~3.1.5",
"when": "~3.7.7",
"q": "~1.4.1"
"mocha": "^3.0.0",
"es6-promise": "^4.0.0",
"rsvp": "^3.0.0",
"bluebird": "^3.0.0",
"when": "^3.0.0",
"q": "^1.0.0"
}
}

@@ -9,5 +9,5 @@ # fs-promise

fsp.writeFile(file('hello1'), 'hello world')
fsp.writeFile('/tmp/hello1.txt', 'hello world')
.then(function(){
return fsp.readFile(file('hello1'), {encoding:'utf8'});
return fsp.readFile('/tmp/hello1.txt', {encoding:'utf8'});
})

@@ -14,0 +14,0 @@ .then(function(contents){});

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc