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

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.2.3 to 0.3.0

6

CHANGELOG.md

@@ -0,1 +1,7 @@

v0.3.0 / 2017-03-05
==================
* Tested against `node`@7
* Remove support for `node`@0
v0.2.3 / 2016-09-12

@@ -2,0 +8,0 @@ ==================

3

index.js

@@ -5,4 +5,3 @@ 'use strict';

* @module mkdir-recursive
* @subpackage main
* @version 0.1.0
* @version 0.3.0
* @author hex7c0 <hex7c0@gmail.com>

@@ -9,0 +8,0 @@ * @copyright hex7c0 2015

{
"version": "0.2.3",
"version": "0.3.0",
"name": "mkdir-recursive",

@@ -29,3 +29,3 @@ "description": "make/remove (asynchronous/synchronous) directories recursively",

"devDependencies": {
"mocha": "~2.5",
"mocha": "~3.2",
"istanbul": "~0.4"

@@ -35,3 +35,3 @@ },

"engines": {
"node": ">=0.12"
"node": ">=4.0"
},

@@ -38,0 +38,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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