Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-dir

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-dir - npm Package Compare versions

Comparing version 0.1.2 to 0.1.4

68

package.json

@@ -1,28 +0,40 @@

{
"name" : "node-dir",
"version" : "0.1.2",
"description" : "asynchronous file and directory operations for Node.js",
"main" : "index",
"homepage": "https://github.com/fshost",
"author" : {
"name" : "Nathan Cartwright",
"email" : "fshost@yahoo.com",
"url" : "https://github.com/fshost"
},
"directories": {
"lib": "lib"
},
"scripts": { "test": "node ./test/test.js" },
"engines": { "node": ">= 0.10.5" },
"licenses": ["MIT"],
"keywords": [
"node-dir",
"directory",
"dir",
"subdir",
"file",
"asynchronous",
"Node.js",
"fs"
]
}
{
"name": "node-dir",
"version": "0.1.4",
"description": "asynchronous file and directory operations for Node.js",
"main": "index",
"homepage": "https://github.com/fshost",
"repository": "https://github.com/fshost/node-dir",
"author": {
"name": "Nathan Cartwright",
"email": "fshost@yahoo.com",
"url": "https://github.com/fshost"
},
"directories": {
"lib": "lib"
},
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"engines": {
"node": ">= 0.10.5"
},
"licenses": [
"MIT"
],
"keywords": [
"node-dir",
"directory",
"dir",
"subdir",
"file",
"asynchronous",
"Node.js",
"fs"
],
"devDependencies": {
"mocha": "~1.13.0",
"should": "~2.0.2",
"expect.js": "~0.2.0"
}
}

@@ -108,8 +108,4 @@ # node-dir

#### contributors
- [Nathan Cartwright](https://github.com/fshost)
- [robatron](https://github.com/robatron)
- [nazomikan](https://github.com/nazomikan)
## License
MIT licensed (See LICENSE.txt)
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