Socket
Socket
Sign inDemoInstall

@oada/client

Package Overview
Dependencies
Maintainers
8
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oada/client - npm Package Compare versions

Comparing version 4.4.1 to 4.5.0

dist/client-old.d.ts

2

dist/auto.d.ts

@@ -31,2 +31,2 @@ /**

userAgent: string;
}): Promise<WebSocketClient | HttpClient>;
}): Promise<HttpClient | WebSocketClient>;

@@ -489,2 +489,5 @@ /**

for (const [key, value] of Object.entries(body)) {
// Do not recurse into _meta or changes unless otherwise stated
if (['_meta', '_changes'].indexOf(key) > -1 && !(key in subTree))
continue;
if (typeof value === 'object') {

@@ -491,0 +494,0 @@ children.push({ treeKey: '*', dataKey: key });

@@ -680,2 +680,6 @@ /**

)) {
// Do not recurse into _meta or changes unless otherwise stated
if (['_meta', '_changes'].indexOf(key) > -1 && !(key in subTree))
continue;
if (typeof value === 'object') {

@@ -1122,2 +1126,2 @@ children.push({ treeKey: '*', dataKey: key });

}
}
}
{
"name": "@oada/client",
"version": "4.4.1",
"version": "4.5.0",
"description": "A lightweight client tool to interact with an OADA-compliant server",

@@ -5,0 +5,0 @@ "repository": "https://github.com/OADA/client",

Sorry, the diff of this file is not supported yet

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