@smart-matrix/lcu-cli
Advanced tools
| { | ||
| "name": "@smart-matrix/lcu-cli", | ||
| "version": "0.0.8", | ||
| "description": "This is the home of the LCU DevKit and the LCU CLI code.", | ||
| "main": "./lib/lcu-cli.js", | ||
| "bin": { | ||
| "lcu": "./lib/lcu-cli.js" | ||
| }, | ||
| "scripts": { | ||
| "deploy": "npm version patch && npm run build && npm run deploy:lib", | ||
| "deploy:lib": "npm publish ./ --access public", | ||
| "create": "npm run build && npm run test", | ||
| "build": "tsc -p .", | ||
| "build:dev": "tsc -w", | ||
| "refresh": "rm -rf ./node_modules ./package-lock.json && npm install", | ||
| "start": "nodemon --exec ts-node -- ./src/lcu-cli.ts", | ||
| "test": "jest --coverage" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git+https://github.com/smart-matrix/lcu-cli.git" | ||
| }, | ||
| "keywords": [ | ||
| "Smart Matrix", | ||
| "LCU", | ||
| "CLI" | ||
| ], | ||
| "author": "Michael Gearhardt", | ||
| "license": "MIT", | ||
| "bugs": { | ||
| "url": "https://github.com/smart-matrix/lcu-cli/issues" | ||
| }, | ||
| "homepage": "https://github.com/smart-matrix/lcu-cli#readme", | ||
| "dependencies": { | ||
| "axios": "^0.18.0", | ||
| "chalk": "^2.4.1", | ||
| "clear": "^0.1.0", | ||
| "commander": "^2.19.0", | ||
| "core-js": "^2.5.7", | ||
| "download-git-repo": "^1.1.0", | ||
| "exeq": "^3.0.0", | ||
| "figlet": "^1.2.1", | ||
| "inquirer": "^6.2.1", | ||
| "lodash": "^4.17.11", | ||
| "ora": "^3.0.0", | ||
| "path": "^0.12.7", | ||
| "rimraf": "^2.6.2", | ||
| "user-home": "^2.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/commander": "^2.12.2", | ||
| "@types/core-js": "^2.5.0", | ||
| "@types/figlet": "^1.2.0", | ||
| "@types/inquirer": "0.0.43", | ||
| "@types/node": "^10.12.11", | ||
| "@types/ora": "^1.3.4", | ||
| "fs-extra": "^7.0.1", | ||
| "nodemon": "^1.18.7", | ||
| "ts-node": "^7.0.1", | ||
| "typescript": "^3.2.1" | ||
| } | ||
| } |
+2
-1
| { | ||
| "name": "@smart-matrix/lcu-cli", | ||
| "version": "0.0.7", | ||
| "version": "0.0.8", | ||
| "description": "This is the home of the LCU DevKit and the LCU CLI code.", | ||
@@ -57,2 +57,3 @@ "main": "./lib/lcu-cli.js", | ||
| "@types/ora": "^1.3.4", | ||
| "fs-extra": "^7.0.1", | ||
| "nodemon": "^1.18.7", | ||
@@ -59,0 +60,0 @@ "ts-node": "^7.0.1", |
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
35927
5.79%16
6.67%10
11.11%