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-beta.2 to 2.0.0-beta.3

7

dist/DiscoverySdk.js

@@ -70,5 +70,10 @@ "use strict";

case 0:
if (!stageName) {
// Only use the default stageName if other filters are not provided
if (!stageName && !version && !externalID) {
stageName = this.defaultStageName;
}
// Using a stageName with version or externalID is not compatible
if (stageName && (version || externalID)) {
throw new Error('Providing a stageName along with version or externalID is not compatible');
}
// If version hasn't been specified, try to find one from the cloudDependencies

@@ -75,0 +80,0 @@ if (!version) {

2

package.json
{
"name": "@adastradev/serverless-discovery-sdk",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"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