Socket
Socket
Sign inDemoInstall

fs-extra

Package Overview
Dependencies
97
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.3

.npmignore

52

package.json
{
"name" : "fs-extra"
, "version" : "0.0.1"
, "description" : "fs-extra contains methods that aren't included in the vanilla Node.js fs package."
, "homepage" :
[
"https://github.com/jprichardson/node-fs-extra"
]
, "repository" : { "type" : "git"
, "url" : "https://github.com/jprichardson/node-fs-exra"
}
, "keywords" : ["fs","file","file system", "copy"]
, "author" : "JP Richardson <jprichardson@gmail.com>"
, "licenses" : [
{
"type" : "MIT"
,"url" : "http://github.com/jprichardson/node-fs-extra/raw/master/LICENSE"
}
]
, "dependencies" : {
"coffee-script" : ">=1.0.1"
, "jasmine-node": ">=1.0.12"
, "path-extra": ">=0.0.1"
}
, "bin" : {
"TEST_file-extra": "./bin/TEST_file-extra"
}
, "main" : "index"
"name" : "fs-extra",
"version" : "0.0.3",
"description" : "fs-extra contains methods that aren't included in the vanilla Node.js fs package.",
"homepage" : [
"https://github.com/jprichardson/node-fs-extra"
],
"repository" : {
"type" : "git",
"url" : "https://github.com/jprichardson/node-fs-extra"
},
"keywords" : ["fs","file","file system", "copy"],
"author" : "JP Richardson <jprichardson@gmail.com>",
"licenses" : [ {
"type" : "MIT",
"url" : "http://github.com/jprichardson/node-fs-extra/raw/master/LICENSE"
}],
"dependencies" : {
"coffee-script" : ">=1.0.1",
"jasmine-node": ">=1.0.12",
"mocha": ">=0.9.0",
"path-extra": ">=0.0.1",
"rimraf": ">=1.0.9"
},
"main" : "index"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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