+2
-2
| #!/usr/bin/env node | ||
| var Engine = require('./src/Engine'), | ||
| var Engine = require('../src/Engine'), | ||
| updateNotifier = require('update-notifier'), | ||
@@ -10,3 +10,3 @@ notifier, | ||
| notifier = updateNotifier({ | ||
| packagePath: 'package' | ||
| packagePath: '../package' | ||
| }); | ||
@@ -13,0 +13,0 @@ if (notifier.update) notifier.notify(); |
+1
-1
| { | ||
| "name": "birdy-cli", | ||
| "version": "0.0.5", | ||
| "version": "0.0.6", | ||
| "description": "Birdy server command line tool", | ||
@@ -5,0 +5,0 @@ "repository": { |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
4562
0.09%