Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@serverless/cli

Package Overview
Dependencies
Maintainers
5
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serverless/cli - npm Package Compare versions

Comparing version
1.5.0
to
1.5.1
+1
-1
package.json
{
"name": "@serverless/cli",
"version": "1.5.0",
"version": "1.5.1",
"description": "Serverless Components CLI",

@@ -5,0 +5,0 @@ "main": "./src/index.js",

@@ -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(