New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@opensdks/runtime

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opensdks/runtime - npm Package Compare versions

Comparing version

to
0.0.17

2

cjs/index.js

@@ -28,3 +28,3 @@ "use strict";

const clientOptions = {
baseUrl: oas?.servers?.[0]?.url,
...(oas?.servers?.[0]?.url && { baseUrl: oas?.servers?.[0]?.url }),
...defaultOptions,

@@ -31,0 +31,0 @@ ...options,

@@ -11,3 +11,3 @@ import { createClient } from './createClient.js';

const clientOptions = {
baseUrl: oas?.servers?.[0]?.url,
...(oas?.servers?.[0]?.url && { baseUrl: oas?.servers?.[0]?.url }),
...defaultOptions,

@@ -14,0 +14,0 @@ ...options,

@@ -66,3 +66,3 @@ import type {oas30, oas31} from 'openapi3-ts'

const clientOptions = {
baseUrl: oas?.servers?.[0]?.url,
...(oas?.servers?.[0]?.url && {baseUrl: oas?.servers?.[0]?.url}),
...defaultOptions,

@@ -69,0 +69,0 @@ ...options,

{
"name": "@opensdks/runtime",
"version": "0.0.16",
"version": "0.0.17",
"type": "module",

@@ -37,3 +37,3 @@ "exports": {

"openapi3-ts": "4.1.2",
"@opensdks/fetch-links": "0.0.17"
"@opensdks/fetch-links": "0.0.18"
},

@@ -40,0 +40,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet