@serverless/cli
Advanced tools
+1
-1
| { | ||
| "name": "@serverless/cli", | ||
| "version": "1.5.0", | ||
| "version": "1.5.1", | ||
| "description": "Serverless Components CLI", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
+1
-1
@@ -227,3 +227,3 @@ const path = require('path') | ||
| if (notification) { | ||
| const borderLength = notification.message.length | ||
| const borderLength = Math.min(notification.message.length, process.stdout.columns - 2) | ||
| context.log( | ||
@@ -230,0 +230,0 @@ `${'*'.repeat(borderLength)}\n ${chalk.bold(notification.message)}\n ${'*'.repeat( |
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
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
36829
0.1%