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.0
to
1.0.1
+3
-2
cli.js

@@ -0,1 +1,2 @@

#!/usr/bin/env node
'use strict';

@@ -7,3 +8,3 @@ const meow = require('meow');

Usage
$ make-dir-range <int>-<int>
$ make-dir-range <int>-<int>
Options

@@ -35,3 +36,3 @@ --destination, -d Destination for dirs

const input = cli.input;
const input = cli.input[0];

@@ -38,0 +39,0 @@ if (input.length === 0) {

{
"name": "make-dir-range-cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "Make directories from ranges of integers.",
"bin": {
"make-dir-range": "cli.js"
"make-dir-range": "cli.js"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"cli.js"
],
"keywords": [

@@ -12,0 +18,0 @@ "mkdir",