Socket
Socket
Sign inDemoInstall

mkdir-recursive

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mkdir-recursive - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

5

CHANGELOG.md

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

v0.4.0 / 2017-12-30
==================
* Tested against `node`@9
v0.3.0 / 2017-03-05

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

11

package.json
{
"version": "0.3.0",
"version": "0.4.0",
"name": "mkdir-recursive",

@@ -26,6 +26,5 @@ "description": "make/remove (asynchronous/synchronous) directories recursively",

"main": "index.js",
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"mocha": "~3.2",
"mocha": "~4.1",
"istanbul": "~0.4"

@@ -35,6 +34,6 @@ },

"engines": {
"node": ">=4.0"
"node": ">=4"
},
"scripts": {
"prepublish": "npm prune",
"prepare": "npm prune",
"test": "mocha --bail --check-leaks",

@@ -41,0 +40,0 @@ "test-cov": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly"

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