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.1.0 to 4.1.1

5

index.js

@@ -41,3 +41,6 @@ const debug = require('debug')('dat')

var mCache = memoryCache()
mCache.init({ttl: 60})
mCache.init({
ttl: 60,
interval: datDnsOpts.cacheCleanSeconds || 60,
});
var dnsHost

@@ -44,0 +47,0 @@ var dnsPort

2

package.json
{
"name": "dat-dns",
"version": "4.1.0",
"version": "4.1.1",
"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