Comparing version 1.0.11 to 1.0.12
#!/usr/bin/env node | ||
const readline = require("readline"); | ||
const ora = require('ora'); | ||
const chalk = require("chalk"); | ||
@@ -20,5 +19,3 @@ const rl = readline.createInterface({ | ||
console.log(`${chalk.gray(line)} ${chalk.blue(Date.now())}`); | ||
let spin = ora("Executing...").start(); | ||
let executed = cp.execSync(line).toString(); | ||
spin.succeed('Executed') | ||
let newA = []; | ||
@@ -25,0 +22,0 @@ executed.split(/\n/g).map((c) => newA.push(c)); |
{ | ||
"name": "consel", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "", | ||
@@ -14,4 +14,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"chalk": "^4.0.0", | ||
"ora": "^4.0.4" | ||
"chalk": "^4.0.0" | ||
}, | ||
@@ -18,0 +17,0 @@ "bin": { |
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
1
1888
53
- Removedora@^4.0.4
- Removedansi-regex@5.0.1(transitive)
- Removedansi-styles@3.2.1(transitive)
- Removedchalk@2.4.23.0.0(transitive)
- Removedcli-cursor@3.1.0(transitive)
- Removedcli-spinners@2.9.2(transitive)
- Removedclone@1.0.4(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removeddefaults@1.0.4(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedhas-flag@3.0.0(transitive)
- Removedis-interactive@1.0.0(transitive)
- Removedlog-symbols@3.0.0(transitive)
- Removedmimic-fn@2.1.0(transitive)
- Removedmute-stream@0.0.8(transitive)
- Removedonetime@5.1.2(transitive)
- Removedora@4.1.1(transitive)
- Removedrestore-cursor@3.1.0(transitive)
- Removedsignal-exit@3.0.7(transitive)
- Removedstrip-ansi@6.0.1(transitive)
- Removedsupports-color@5.5.0(transitive)
- Removedwcwidth@1.0.1(transitive)