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

@adastradev/serverless-discovery-sdk

Package Overview
Dependencies
Maintainers
22
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adastradev/serverless-discovery-sdk - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

8

dist/DiscoverySdk.js

@@ -70,2 +70,6 @@ "use strict";

case 0:
// If version hasn't been specified, try to find one from the cloudDependencies
if (!version) {
version = this.cloudDependencies.get(serviceName);
}
// Only use the default stageName if other filters are not provided

@@ -79,6 +83,2 @@ if (!stageName && !version && !externalID) {

}
// If version hasn't been specified, try to find one from the cloudDependencies
if (!version) {
version = this.cloudDependencies.get(serviceName);
}
if (version && this.lookupVersionPostfix) {

@@ -85,0 +85,0 @@ version += this.lookupVersionPostfix;

{
"name": "@adastradev/serverless-discovery-sdk",
"version": "2.0.0",
"version": "2.0.1",
"description": "Serverless Service Discovery API",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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