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.16 to 1.0.17

5

dist/client.js

@@ -98,6 +98,3 @@ "use strict";

var ajv = new ajv_1.default({ allowUnionTypes: true });
var DEFAULT_RESOLVERS = [
new dnsclient_1.DoHResolver('Cloudflare', 'https://cloudflare-dns.com/dns-query'),
new dnsclient_1.DoHResolver('Quad9', 'https://dns10.quad9.net:5053/dns-query'),
];
var DEFAULT_RESOLVERS = [new dnsclient_1.DoHResolver('Cloudflare', 'https://cloudflare-dns.com/dns-query'), new dnsclient_1.DoHResolver('Google', 'https://dns.google.com/resolve')];
var colors = function (lvl) {

@@ -104,0 +101,0 @@ switch (lvl) {

2

package.json
{
"name": "num-client",
"version": "1.0.16",
"version": "1.0.17",
"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