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

@serverless/aws-api-gateway

Package Overview
Dependencies
Maintainers
4
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 4.0.0 to 4.1.0

2

package.json
{
"name": "@serverless/aws-api-gateway",
"version": "4.0.0",
"version": "4.1.0",
"main": "./serverless.js",

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

@@ -129,2 +129,3 @@ # aws-api-gateway

authorizer: ${auth.arn}
apiKeyRequired: false
```

@@ -131,0 +132,0 @@

@@ -224,3 +224,3 @@ const pRetry = require('p-retry')

restApiId: apiId,
apiKeyRequired: false
apiKeyRequired: (typeof endpoint.apiKeyRequired !== "undefined") && endpoint.apiKeyRequired
}

@@ -227,0 +227,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