Comparing version 1.2.0 to 1.2.1
@@ -14,2 +14,10 @@ #!/usr/bin/env node | ||
if (~process.argv.indexOf('--version')) { | ||
console.log(); | ||
console.log(' ---', process.argv[1], '-> v' + require('../package.json').version); | ||
console.log(' Provided to you by Quentin Raynaud ;-)'); | ||
console.log(); | ||
process.exit(0); | ||
} | ||
const p = new _parser.Parser(); | ||
@@ -16,0 +24,0 @@ const pretty = process.argv.indexOf('--pretty-print'); |
{ | ||
"name": "algo-lang", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=8" |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
2
133541
59
3500