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

@stedi/sdk-client-exchange-credentials

Package Overview
Dependencies
Maintainers
1
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stedi/sdk-client-exchange-credentials - npm Package Compare versions

Comparing version 0.1.27 to 0.1.28

1

dist-cjs/endpoint/EndpointParameters.js

@@ -8,3 +8,2 @@ "use strict";

region: options.region ?? "us",
stage: options.stage ?? "production",
defaultSigningName: "exchangecredentials",

@@ -11,0 +10,0 @@ };

15

dist-cjs/endpoint/ruleset.js

@@ -16,4 +16,3 @@ "use strict";

type: "String",
required: true,
default: "production",
required: false,
},

@@ -58,13 +57,5 @@ Endpoint: {

{
documentation: "Template the region into the URI when region is set",
documentation: "Template the region into the URI when region is valid",
conditions: [
{
fn: "isSet",
argv: [
{
ref: "Region",
},
],
},
{
fn: "substring",

@@ -114,3 +105,3 @@ argv: [

{
documentation: "Fallback when region is unset",
documentation: "Fallback when region is invalid",
conditions: [],

@@ -117,0 +108,0 @@ error: "Region must be set to resolve a valid endpoint",

@@ -5,5 +5,4 @@ export const resolveClientEndpointParameters = (options) => {

region: options.region ?? "us",
stage: options.stage ?? "production",
defaultSigningName: "exchangecredentials",
};
};

@@ -13,4 +13,3 @@ export const ruleSet = {

type: "String",
required: true,
default: "production",
required: false,
},

@@ -55,13 +54,5 @@ Endpoint: {

{
documentation: "Template the region into the URI when region is set",
documentation: "Template the region into the URI when region is valid",
conditions: [
{
fn: "isSet",
argv: [
{
ref: "Region",
},
],
},
{
fn: "substring",

@@ -111,3 +102,3 @@ argv: [

{
documentation: "Fallback when region is unset",
documentation: "Fallback when region is invalid",
conditions: [],

@@ -114,0 +105,0 @@ error: "Region must be set to resolve a valid endpoint",

@@ -97,3 +97,3 @@ {

},
"version": "0.1.27"
"version": "0.1.28"
}
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