+1
-1
| { | ||
| "name": "birdy-cli", | ||
| "version": "0.1.8", | ||
| "version": "0.1.9", | ||
| "description": "Birdy server command line tool", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -39,3 +39,3 @@ 'use strict'; | ||
| controllerPath = this._controllersDir + arg + 'Controller.js', | ||
| viewPath = this._controllersDir + arg.toLowerCase() + '.html' | ||
| viewPath = this._viewsDir + arg.toLowerCase() + '.html' | ||
@@ -42,0 +42,0 @@ fs.readFile(controllerPath, 'utf8', function (err) { |
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
8444
-0.07%