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

mkdirp

Package Overview
Dependencies
Maintainers
2
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.5.1 to 0.5.2

.nyc_output/04f361e9-74ce-41c9-a030-6c38832fbeb0.json

11

package.json
{
"name": "mkdirp",
"description": "Recursively mkdir, like `mkdir -p`",
"version": "0.5.1",
"version": "0.5.2",
"publishConfig": {
"tag": "legacy"
},
"author": "James Halliday <mail@substack.net> (http://substack.net)",

@@ -19,7 +22,7 @@ "main": "index.js",

"dependencies": {
"minimist": "0.0.8"
"minimist": "^1.2.5"
},
"devDependencies": {
"tap": "1",
"mock-fs": "2 >=2.7.0"
"mock-fs": "^3.7.0",
"tap": "^5.4.2"
},

@@ -26,0 +29,0 @@ "bin": "bin/cmd.js",

@@ -31,3 +31,2 @@ var mkdirp = require('../');

});
t.end();
});

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