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

cueball

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cueball - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8

10

lib/resolver.js

@@ -487,6 +487,14 @@ /*

if (haveV6) {
this.r_nextV6 = undefined;
this.r_srvRem = this.r_srvs.slice();
this.r_nextV6 = undefined;
S.gotoState('aaaa_next');
} else {
var d = new Date();
/*
* The extra +1 is to make sure we come back here *after* the
* NIC cache has definitely expired.
*/
d.setTime(
CueBallDNSResolver._nicCacheUpdated + NIC_CACHE_TTL + 1);
this.r_nextV6 = d;
S.gotoState('a');

@@ -493,0 +501,0 @@ }

2

package.json
{
"name": "cueball",
"version": "1.1.7",
"version": "1.1.8",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/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