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

serverless-plugin-stage-variables

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-plugin-stage-variables - npm Package Compare versions

Comparing version 1.6.5 to 1.6.6

2

package.json

@@ -22,3 +22,3 @@ {

"name": "serverless-plugin-stage-variables",
"version": "1.6.5"
"version": "1.6.6"
}

@@ -53,3 +53,3 @@ 'use strict';

if (template.Resources[key]['Type'] == 'AWS::ApiGateway::Deployment') {
delete template.Resources[key].StageName;
delete template.Resources[key].Properties.StageName;

@@ -56,0 +56,0 @@ // add stage config

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