Comparing version 2.0.2 to 2.0.3
#! /usr/bin/env node | ||
const fqs = require('./lib'); | ||
const minimist = require('minimist'); | ||
const input = minimist(process.argv.slice(2))._[0] || ''; | ||
const input = process.argv.slice(2)[0] || ''; | ||
const result = fqs(input.toString()); | ||
@@ -7,0 +6,0 @@ if (result) { |
{ | ||
"name": "fqs", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Pretty-print URLs", | ||
@@ -10,3 +10,3 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "eslint . && node test/test.js" | ||
"test": "node test/test.js" | ||
}, | ||
@@ -22,10 +22,3 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/rolodato/fqs#readme", | ||
"devDependencies": { | ||
"assert": "^1.4.1", | ||
"eslint": "^3.5.0" | ||
}, | ||
"dependencies": { | ||
"minimist": "^1.2.0" | ||
} | ||
"homepage": "https://github.com/rolodato/fqs#readme" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
0
0
21438
63
- Removedminimist@^1.2.0
- Removedminimist@1.2.8(transitive)