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

serverless-api-gateway-throttling

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-api-gateway-throttling - npm Package Compare versions

Comparing version 1.2.0-rc5 to 1.2.0

2

package.json
{
"name": "serverless-api-gateway-throttling",
"version": "1.2.0-rc5",
"version": "1.2.0",
"description": "A plugin for the Serverless framework which configures throttling for API Gateway endpoints.",

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

@@ -0,0 +0,0 @@ # serverless-api-gateway-throttling

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ String.prototype.replaceAll = function (search, replacement) {

@@ -0,0 +0,0 @@ 'use strict';

@@ -27,8 +27,5 @@ 'use strict';

if (settings) {
const stack = await getAlreadyDeployedStack(serverless, settings);
if (stack) {
const restApiIdFromAlreadyDeployedStack = await retrieveRestApiId(serverless, settings);
if (restApiIdFromAlreadyDeployedStack) {
return true;
}
const restApiIdFromAlreadyDeployedStack = await retrieveRestApiId(serverless, settings);
if (restApiIdFromAlreadyDeployedStack) {
return true;
}

@@ -35,0 +32,0 @@ }

@@ -0,0 +0,0 @@ 'use strict';

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