Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@everymundo/aws-api-gateway-serverless-component

Package Overview
Dependencies
Maintainers
25
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@everymundo/aws-api-gateway-serverless-component - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

package.json
{
"name": "@everymundo/aws-api-gateway-serverless-component",
"version": "1.0.6",
"version": "1.0.7",
"main": "./serverless.js",

@@ -5,0 +5,0 @@ "publishConfig": {

@@ -48,3 +48,4 @@ const AWS = require('aws-sdk')

region,
credentials: this.context.credentials.aws
credentials: this.context.credentials.aws,
maxRetries: 10
})

@@ -54,3 +55,4 @@

region: config.region,
credentials: this.context.credentials.aws
credentials: this.context.credentials.aws,
maxRetries: 10
})

@@ -57,0 +59,0 @@

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