New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

make-dir-range-cli

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

make-dir-range-cli - npm Package Compare versions

Comparing version
1.0.2
to
1.0.3
+1
-1
cli.js

@@ -42,2 +42,2 @@ #!/usr/bin/env node

makeDirRange(input[0], cli.flags)
makeDirRange(input[0], cli.flags);
{
"name": "make-dir-range-cli",
"version": "1.0.2",
"version": "1.0.3",
"description": "Make directories from ranges of integers.",

@@ -9,3 +9,3 @@ "bin": {

"engines": {
"node": ">=4"
"node": ">=8"
},

@@ -48,5 +48,5 @@ "scripts": {

"dependencies": {
"make-dir-range": "^1.0.0",
"make-dir-range": "^1.0.2",
"meow": "^5.0.0"
}
}
# make-dir-range-cli
[![Current npm package version](https://img.shields.io/npm/v/make-dir-range-cli.svg)](https://www.npmjs.com/package/make-dir-range-cli)
Make directories from ranges of integers.

@@ -40,3 +42,3 @@

With options:
### With options:

@@ -56,4 +58,10 @@ ```

Create a shell alias:
## Command Line/Shell Alias
### Windows
Follow the instructions on [this Stack Overflow answer](https://stackoverflow.com/a/21040825/8268314) to set up an alias on Windows.
### UNIX
```

@@ -66,2 +74,4 @@ alias mdr=make-dir-range

- [make-dir-range](https://github.com/hutsoninc/make-dir-range) - API for this module
- [copy-to-range-cli](https://github.com/hutsoninc/copy-to-range-cli) - Copy a file to a range of directories
- [move-to-range-cli](https://github.com/hutsoninc/move-to-range-cli) - Move files to corresponding directories given a range

@@ -68,0 +78,0 @@ ## Authors