Socket
Socket
Sign inDemoInstall

fs-extra

Package Overview
Dependencies
16
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.1 to 0.10.0

5

CHANGELOG.md

@@ -0,1 +1,6 @@

0.10.0 / 2014-06-29
------------------
* bugfix: upgaded `"jsonfile": "~1.1.0"` to `"jsonfile": "^1.2.0", bumped minor because of `jsonfile` dep change
from `~` to `^`. #67
0.9.1 / 2014-05-22

@@ -2,0 +7,0 @@ ------------------

4

package.json
{
"name": "fs-extra",
"version": "0.9.1",
"version": "0.10.0",
"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.",

@@ -43,3 +43,3 @@ "homepage": "https://github.com/jprichardson/node-fs-extra",

"mkdirp": "^0.5.0",
"jsonfile": "~1.1.0",
"jsonfile": "^1.2.0",
"rimraf": "^2.2.8"

@@ -46,0 +46,0 @@ },

@@ -5,2 +5,3 @@ Node.js: fs-extra

[![build status](https://secure.travis-ci.org/jprichardson/node-fs-extra.png)](http://travis-ci.org/jprichardson/node-fs-extra)
[![downloads per month](http://img.shields.io/npm/dm/fs-extra.svg)](https://www.npmjs.org/package/fs-extra)

@@ -293,8 +294,6 @@ This module adds a few extra file system methods that aren't included in the native `fs` module. It is a drop in replacement for `fs`.

* File/directory tree watcher. There are quite a few. ... this also might be adding too much. I like this one: https://github.com/paulmillr/chokidar, thoughts?
* Thinking about moving `rimraf`, `ncp`, and `mkdirps` code into this library. I'd like fs-extra to be a stable library that module authors
can depend upon. A bunch of other dependencies kinda sucks for modules/libraries. (I'm leaning against this now.)
* Change documentation to use the `fse` prefix instead of `fs`. This may encourage people to start using `fse` as a prefix and hence make their code clearer that they're not using the native `fs`. I'm very undecided on this one since `fs-extra` is a drop in replacement for the native `fs`. (I'm leaning against this now.)
Naming

@@ -301,0 +300,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