Socket
Socket
Sign inDemoInstall

mkdir

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mkdir - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

lib/mkdir.js

@@ -19,3 +19,3 @@ // This code courtesy of Rasmus Andersson via https://gist.github.com/319051

catch (e) {
if (e.errno === 2/*ENOENT*/) {
if (e.code === 'ENOENT') {
pathsFound.push(fn);

@@ -22,0 +22,0 @@ fn = path.dirname(fn);

{
"name": "mkdir",
"description": "Directory creation utilities",
"version": "0.0.1",
"version": "0.0.2",
"homepage": "http://github.com/joehewitt/mkdir",
"repository": {
"type": "git",
"url" : "http://github.com/joehewitt/mkdir.git"
"type": "git",
"url": "git://github.com/joehewitt/mkdir.git"
},
"keywords": ["fs"],
"keywords": [
"fs"
],
"author": "Joe Hewitt <joe@joehewitt.com>",
"contributors": [],
"dependencies": {
"dependencies": {},
"engines": {
"node": ">=0.4.0"
},
"engines": { "node": ">=0.4.0" },
"main": "./lib/mkdir",
"directories": {}
}
"directories": {},
"devDependencies": {}
}
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