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

num-client

Package Overview
Dependencies
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

num-client - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

dist/dnsservices.js

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

this.clientIndex = (this.clientIndex + 1) % this.dnsClients.length;
loglevel_1.default.warn("Switching to DoH: " + this.dnsClients[this.clientIndex].getResolver().name);
loglevel_1.default.warn("Switching to DoH: " + this.dnsClients[this.clientIndex].getResolver().name + " due to " + JSON.stringify(e_1));
return [2, this._getRecordFromDns(query, checkDnsSecValidity, attempts - 1)];

@@ -153,0 +153,0 @@ case 4: return [2];

{
"name": "num-client",
"version": "1.0.1",
"version": "1.0.2",
"description": "A NUM Protocol Client in TypeScript",

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

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

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