Socket
Socket
Sign inDemoInstall

batchdir

Package Overview
Dependencies
5
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.1.0

5

CHANGELOG.md

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

0.1.0 / 2012-09-06
------------------
* Added Travis support.
* Updated `batchflow` dependency.
0.0.2 / 2012-08-22

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

18

package.json
{
"name": "batchdir",
"version": "0.0.2",
"version": "0.1.0",
"description": "Batch create directories or delete them.",

@@ -12,3 +12,12 @@ "homepage": [

},
"keywords": ["mkdirp", "directory", "directories", "rmrf", "make", "remove", "batch", "dir"],
"keywords": [
"mkdirp",
"directory",
"directories",
"rmrf",
"make",
"remove",
"batch",
"dir"
],
"author": "JP Richardson <jprichardson@gmail.com>",

@@ -23,3 +32,3 @@ "licenses": [

"fs-extra": "~0.1.3",
"batchflow": "0.0.x"
"batchflow": "0.1.x"
},

@@ -31,4 +40,5 @@ "main": "./lib/batchdir.js",

"devDependencies": {
"testutil": "~0.2.2"
"testutil": "~0.2.2",
"mocha": "~1.4.2"
}
}

@@ -0,1 +1,3 @@

[![build status](https://secure.travis-ci.org/jprichardson/node-batchdir.png)](http://travis-ci.org/jprichardson/node-batchdir)
Node.js - batchdir

@@ -118,2 +120,4 @@ ================

Author

@@ -120,0 +124,0 @@ ------

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