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 3.1.2 to 3.1.3

6

dist/auto.js

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

return {
port: Number(port) || undefined,
port: Number(port) || 80,
hostname,

@@ -39,3 +39,3 @@ protocol,

return {
port: Number(port) || undefined,
port: Number(port) || 443,
hostname,

@@ -47,3 +47,3 @@ protocol,

return {
port: Number(port) || undefined,
port: Number(port) || 80,
hostname,

@@ -50,0 +50,0 @@ protocol,

{
"name": "@oada/client",
"version": "3.1.2",
"version": "3.1.3",
"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