Socket
Socket
Sign inDemoInstall

serverless-whitelisting

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.0.6

6

index.js

@@ -100,3 +100,7 @@ "use strict";

if (!inDevMode) {
Object.assign(this.serverless.service.provider, resourcePolicyUpdate);
try {
Object.assign(this.serverless.service.provider.apiGateway, resourcePolicyUpdate);
} catch(e) {
Object.assign(this.serverless.service.provider, resourcePolicyUpdate);
}
} else {

@@ -103,0 +107,0 @@ this.serverless.cli.log(JSON.stringify(resourcePolicyUpdate));

2

package.json
{
"name": "serverless-whitelisting",
"version": "0.0.5",
"version": "0.0.6",
"author": "Asterist",

@@ -5,0 +5,0 @@ "description": "Create a whitelist for IP addresses, CIDR for a serverless application, using serverless resource policies",

@@ -5,3 +5,3 @@ # Serverless Whitelisting

This plugin requires serverless 1.12 or higher.
This plugin requires serverless 3.18 or higher.

@@ -8,0 +8,0 @@ ## Private and Public Stages

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc