New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@serverless/enterprise-plugin

Package Overview
Dependencies
Maintainers
2
Versions
497
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serverless/enterprise-plugin - npm Package Compare versions

Comparing version 0.1.4-4-gb7e3610 to 0.1.4-6-gc2f3603

4

dist/lib/variables.js

@@ -74,2 +74,6 @@ "use strict";

if (variableString.startsWith(`secrets:`)) {
if (serverless.processedInput.commands[0] === 'login') {
return {};
}
return getSecretFromEnterprise(_objectSpread({

@@ -76,0 +80,0 @@ secretName: variableString.split(`secrets:`)[1]

2

package.json
{
"name": "@serverless/enterprise-plugin",
"version": "0.1.4-4-gb7e3610",
"version": "0.1.4-6-gc2f3603",
"description": "The Serverless Enterprise plugin",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc