deps-install
Advanced tools
+2
-1
@@ -15,3 +15,4 @@ 'use strict'; | ||
| const installed = cmd => { | ||
| return !cp.spawnSync(cmd, ['--version']).error; | ||
| // shell: true must be set for this test to work on non *nixes. | ||
| return !cp.spawnSync(cmd, ['--version'], {shell: true}).error; | ||
| }; | ||
@@ -18,0 +19,0 @@ |
+2
-2
| { | ||
| "name": "deps-install", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "Tiny tool to install dependencies with bower, npm, or yarn", | ||
@@ -19,3 +19,3 @@ "repository": "brunch/deps-install", | ||
| "dependencies": { | ||
| "loggy": "~0.3.5", | ||
| "loggy": "^1", | ||
| "micro-promisify": "~0.1.0" | ||
@@ -22,0 +22,0 @@ }, |
Sorry, the diff of this file is not supported yet
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
2730
3.29%52
1.96%2
100%+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated