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

serverless-shared-gateway

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-shared-gateway - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

6

index.js

@@ -229,3 +229,7 @@ 'use strict';

let gatewayIds = items.filter(gateway => this._findMatchingRestApi(gateway))
this.restApiId = gatewayIds[0].id
if(gatewayIds[0] === undefined){
this.restApiId = undefined;
} else {
this.restApiId = gatewayIds[0].id
}
}

@@ -232,0 +236,0 @@

2

package.json
{
"name": "serverless-shared-gateway",
"version": "1.1.2",
"version": "1.1.3",
"description": "",

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

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