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
6
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.3
to
1.6.0
+3
-2
package.json
{
"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())