Socket
Socket
Sign inDemoInstall

fs-extra

Package Overview
Dependencies
4
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.2 to 0.6.3

6

CHANGELOG.md

@@ -0,1 +1,7 @@

0.6.3 / 2013-06-28
------------------
* changed JSON spacing default from `4` to `2` to follow Node conventions
* updated `jsonfile` dep
* updated `rimraf` dep
0.6.2 / 2013-06-28

@@ -2,0 +8,0 @@ ------------------

6

package.json
{
"name": "fs-extra",
"version": "0.6.2",
"version": "0.6.3",
"description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.",

@@ -44,4 +44,4 @@ "homepage": [

"mkdirp": "0.3.x",
"jsonfile": "0.0.x",
"rimraf": "~2.1.4"
"jsonfile": "~1.0.0",
"rimraf": "~2.2.0"
},

@@ -48,0 +48,0 @@ "devDependencies": {

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