Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2.2-46-g5794890 to 0.2.2-49-g1ab8839

9

dist/lib/deployment/parse.js

@@ -144,3 +144,4 @@ "use strict";

vpc: fn.vpc || {},
layers: fn.layers || []
layers: fn.layers || [],
name: fn.name || fnName
}

@@ -170,2 +171,8 @@ });

};
} else if (sub[type] instanceof Object) {
Object.assign(subDetails, sub[type]);
} else {
Object.assign(subDetails, {
[type]: sub[type]
});
}

@@ -172,0 +179,0 @@

2

package.json
{
"name": "@serverless/enterprise-plugin",
"version": "0.2.2-46-g5794890",
"version": "0.2.2-49-g1ab8839",
"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