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

cached-dns

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cached-dns - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

build/src/index.js

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

else {
const result = supported.entries().next().value;
const result = supported.values().next().value;
cachedSupportedFamilies = result;

@@ -311,0 +311,0 @@ return result;

{
"name": "cached-dns",
"version": "0.0.3",
"version": "0.0.4",
"description": "A library to cache DNS lookups in Node.js",

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

@@ -435,3 +435,3 @@ import * as dns from 'dns';

} else {
const result = supported.entries().next().value;
const result = supported.values().next().value;
cachedSupportedFamilies = result;

@@ -438,0 +438,0 @@ return result;

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