@crazyfactory/gitflow
Advanced tools
Comparing version 1.2.1 to 1.3.0
#!/usr/bin/env node | ||
const fs = require('fs'); | ||
const inquirer = require('./lib/inquirer'); | ||
@@ -8,2 +8,4 @@ const git = require('./lib/git'); | ||
program.version(JSON.parse(fs.readFileSync('./package.json'))['version'] || 'test-mode', '-v, --version'); | ||
program | ||
@@ -10,0 +12,0 @@ .command('finish-feature') |
@@ -26,3 +26,3 @@ { | ||
}, | ||
"version": "1.2.1" | ||
"version": "1.3.0" | ||
} |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
22454
637
2