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

@wrote/ensure-path

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wrote/ensure-path - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

src/index.js

3

build/index.js

@@ -42,3 +42,2 @@ const { mkdir } = require('fs');

module.exports = ensurePath
//# sourceMappingURL=index.js.map
module.exports = ensurePath

@@ -0,1 +1,8 @@

## 14 January 2019
### 1.0.4
- [package] Add the "module" field.
- [package] Remove source maps.
## 15 September 2018

@@ -6,2 +13,3 @@

- [fix] Make sure there is no error when multiple calls are made in parallel.
- [build] Build with [`alamode`](https://alamode.cc).

@@ -8,0 +16,0 @@ ## 4 July 2018

{
"name": "@wrote/ensure-path",
"version": "1.0.3",
"version": "1.0.4",
"description": "Create all directories on the way to the path.",
"main": "build",
"module": "src/index.js",
"scripts": {

@@ -17,7 +18,8 @@ "t": "zoroaster -a",

"example/": "yarn e example/example.js",
"b": "alamode src -o build",
"b": "alamode src -o build -s",
"build": "yarn-s b doc"
},
"files": [
"build"
"build",
"src"
],

@@ -49,9 +51,9 @@ "repository": {

"devDependencies": {
"catchment": "3.1.1",
"documentary": "1.15.2",
"catchment": "3.2.0",
"documentary": "1.20.1",
"eslint-config-artdeco": "1.0.1",
"spawncommand": "2.0.1",
"temp-context": "1.0.0",
"spawncommand": "2.1.0",
"temp-context": "2.1.0",
"yarn-s": "1.1.0",
"zoroaster": "3.2.0"
"zoroaster": "3.6.6"
},

@@ -58,0 +60,0 @@ "dependencies": {

@@ -5,3 +5,3 @@ # @wrote/ensure-path

`@wrote/ensure-path` is a Node.js package that creates all directories on the way to the path.
`@wrote/ensure-path` Creates All Directories On The Way To The Path.

@@ -49,4 +49,4 @@ ```sh

(c) [Art Deco][1] 2018
(c) [Wrote][1] 2019
[1]: https://artdeco.bz
[1]: https://wrote.cc
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