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 3.0.4 to 3.0.5

9

dist/auto.js

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

function tryDomain(domain) {
const { port, host, hostname, protocol } = new URL(domain);
const { port, hostname, protocol } = new URL(domain);
switch (protocol) {

@@ -33,3 +33,2 @@ case 'http2:':

port: Number(port) || 443,
host,
hostname,

@@ -41,3 +40,2 @@ protocols: ['h2'],

port: Number(port) || 443,
host,
hostname,

@@ -49,3 +47,2 @@ protocols: ['h2', 'http/1.1', 'http/1.0'],

port: Number(port) || 80,
host,
hostname,

@@ -72,5 +69,5 @@ protocols: ['http/1.1', 'http/1.0'],

try {
const { host, hostname, port, protocols } = parseDomain(domain);
const { hostname, port, protocols } = parseDomain(domain);
const { alpnProtocol } = await (0, resolve_alpn_1.default)({
host,
host: hostname,
servername: hostname,

@@ -77,0 +74,0 @@ port,

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