Socket
Book a DemoInstallSign in
Socket

mkdir-bluebird

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mkdir-bluebird - npm Package Compare versions

Comparing version

to
1.0.11

4

package.json
{
"name": "mkdir-bluebird",
"version": "1.0.10",
"description": "promise wrapper for node’s fs.mkdir() that ignoes EEXIST by default",
"version": "1.0.11",
"description": "promise wrapper for node’s fs.mkdir() that ignores EEXIST by default",
"author": "dan entous",

@@ -6,0 +6,0 @@ "license": "MIT",

# mkdir-bluebird
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![NSP Status][nsp-image]][nsp-url]
promise wrapper for node’s fs.mkdir() that ignoes `EEXIST` by default.
promise wrapper for node’s fs.mkdir() that ignores `EEXIST` by default.

@@ -6,0 +6,0 @@ wraps node’s [`fs.mkdir()`][fs-mkdir], in a [bluebird][bluebird] promise that resolves with `true` if successful or rejects with the `Error` returned by `fs.mkdir()`; both results need to be handled by the code calling this function.

@@ -10,3 +10,3 @@ 'use strict';

/**
* promise wrapper for node’s fs.mkdir() that ignoes EEXIST by default
* promise wrapper for node’s fs.mkdir() that ignores EEXIST by default
*

@@ -13,0 +13,0 @@ * wraps node’s fs.mkdir(), in a bluebird promise that resolves with `true` if

Sorry, the diff of this file is not supported yet