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

@oada/client

Package Overview
Dependencies
Maintainers
8
Versions
77
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 1.0.3 to 1.0.4

3

dist/client.js

@@ -247,2 +247,5 @@ "use strict";

}
else if (msg.status == 403 && path.match(/^\/resources/)) {
return { status: 404 };
}
else {

@@ -249,0 +252,0 @@ throw new Error(`Error: ${msg.statusText}`);

4

dist/utils.js

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

else {
throw new Error("Specified path does not exist in the tree.");
throw new Error("Specified path /" + path.join('/') + " does not exist in the tree.");
}

@@ -45,3 +45,3 @@ }, tree);

else {
throw new Error("Specified path does not exist in the tree.");
throw new Error("Specified path /" + path.join('/') + " does not exist in the tree.");
}

@@ -48,0 +48,0 @@ }, tree);

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

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

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