New:Socket for Asana Is Now Available.Learn more
Get Started

@openbkn/bkn-sdk

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openbkn/bkn-sdk - npm Package Compare versions

Comparing version
0.1.1-alpha.19
to
0.1.1
dist/chunk-NC6DZ2AU.js

Sorry, the diff of this file is too big to display

+9
-0

@@ -1236,2 +1236,10 @@ import * as zod from 'zod';

displayName?: string;
/**
* Skip TLS verification for this platform (saved by `auth login -k`), so a
* self-signed platform needn't repeat `-k` on every command. The opt-out is
* applied per request via an undici dispatcher (see api/tls.ts) and is scoped
* to this platform's requests — it never touches the global TLS setting or a
* library consumer's unrelated traffic.
*/
tlsInsecure?: boolean;
}

@@ -1266,2 +1274,3 @@ /**

username?: string;
insecure?: boolean;
}): {

@@ -1268,0 +1277,0 @@ baseUrl: string;

+1
-1

@@ -22,3 +22,3 @@ import {

vega
} from "./chunk-ISJHU26W.js";
} from "./chunk-NC6DZ2AU.js";
export {

@@ -25,0 +25,0 @@ DEFAULT_BUSINESS_DOMAIN,

{
"name": "@openbkn/bkn-sdk",
"version": "0.1.1-alpha.19",
"version": "0.1.1",
"description": "Unified TypeScript SDK + CLI for the BKN (Business Knowledge Network) platform.",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display