@serverless/cli
Advanced tools
+3
-2
| { | ||
| "name": "@serverless/cli", | ||
| "version": "1.5.3", | ||
| "version": "1.6.0", | ||
| "description": "Serverless Components CLI", | ||
| "main": "./src/index.js", | ||
| "bin": { | ||
| "components": "./bin/bin" | ||
| "components": "./bin/bin", | ||
| "components-v1": "./bin/bin" | ||
| }, | ||
@@ -9,0 +10,0 @@ "publishConfig": { |
+3
-1
@@ -74,3 +74,5 @@ const path = require('path') | ||
| } | ||
| // // needs to be a sync function to work simply with v1 | ||
| // WARNING: Starting with serverless v2.65.0 release, below logic is ineffective | ||
| // as it was integrated into serverless respository at: | ||
| // https://github.com/serverless/serverless/blob/master/lib/cli/triage.js | ||
| const runningComponents = () => { | ||
@@ -77,0 +79,0 @@ const serverlessFile = getServerlessFile(process.cwd()) |
Network access
Supply chain riskThis module accesses the network.
Found 2 instances 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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances 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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
40310
0.51%668
0.3%