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

dat-dns

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dat-dns - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

4

cache.js

@@ -109,3 +109,5 @@ // taken from https://github.com/tiborv/memory-cache-ttl

}, options.interval * 1000);
runningProcess.unref()
if (typeof runningProcess.unref === 'function') {
runningProcess.unref()
}
};

@@ -112,0 +114,0 @@

{
"name": "dat-dns",
"version": "4.0.2",
"version": "4.0.3",
"description": "Issue DNS lookups for Dat archives using HTTPS requests to the target host.",

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

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