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

mkdirp

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mkdirp - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

2

index.js

@@ -14,3 +14,2 @@ var path = require('path');

var cb = f || function () {};
if (typeof mode === 'string') mode = parseInt(mode, 8);
p = path.resolve(p);

@@ -52,3 +51,2 @@

if (typeof mode === 'string') mode = parseInt(mode, 8);
p = path.resolve(p);

@@ -55,0 +53,0 @@

4

package.json
{
"name" : "mkdirp",
"description" : "Recursively mkdir, like `mkdir -p`",
"version" : "0.4.1",
"version" : "0.4.2",
"author" : "James Halliday <mail@substack.net> (http://substack.net)",

@@ -13,3 +13,3 @@ "main" : "./index",

"type" : "git",
"url" : "http://github.com/substack/node-mkdirp.git"
"url" : "https://github.com/substack/node-mkdirp.git"
},

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

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