Socket
Socket
Sign inDemoInstall

serverless-whitelisting

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-whitelisting - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

12

index.js

@@ -34,3 +34,3 @@ "use strict";

hooks,
resourcePolicy: null,
resourcePolicy: [],
provider: serverless.getProvider("aws")

@@ -50,3 +50,3 @@ });

);
this.resourcePolicy = Object.assign(PUBLIC_RESOURCE, BASE_POLICY);
this.resourcePolicy.push(Object.assign(PUBLIC_RESOURCE, BASE_POLICY));
}

@@ -73,3 +73,3 @@

this.resourcePolicy = Object.assign(
this.resourcePolicy.push(Object.assign(
{

@@ -83,3 +83,3 @@ Condition: {

BASE_POLICY
);
));
}

@@ -93,3 +93,3 @@

}
this.resourcePolicy = Object.assign(policy, BASE_POLICY);
this.resourcePolicy.push(Object.assign(policy, BASE_POLICY));
}

@@ -100,3 +100,3 @@ }

const resourcePolicyUpdate = {
resourcePolicy: [this.resourcePolicy]
resourcePolicy: this.resourcePolicy
};

@@ -103,0 +103,0 @@

{
"name": "serverless-whitelisting",
"version": "0.0.3",
"version": "0.0.4",
"author": "Asterist",

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

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