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

cuddle

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cuddle - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

4

index.js

@@ -81,3 +81,3 @@ /**

logger.log('error', 'Reached max retries');
return;
return this.cb({message : 'Reached max retries'});
}

@@ -192,3 +192,3 @@ logger.log('warn', 'Retrying request');

if (err.code === 'ECONNREFUSED' || err.code === 'ENOTFOUND') {
if (err.code === 'ECONNREFUSED' || err.code === 'ENOTFOUND' || err.code === 'ECONNRESET') {
if (self.retries < self.max_retry) {

@@ -195,0 +195,0 @@ return self.retry();

{
"name": "cuddle",
"version": "0.0.12",
"version": "0.0.13",
"description": "",

@@ -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