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

cuddle

Package Overview
Dependencies
Maintainers
4
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 1.3.1 to 1.3.2

7

CHANGELOG.md

@@ -0,1 +1,8 @@

v1.3.2
----
* HD-104416 Cuddle > master script error on max_retry_reached (#17)
* Assign error object to last_error when response was closed
v1.3.0

@@ -2,0 +9,0 @@ ----

5

index.js

@@ -410,3 +410,6 @@ 'use strict';

this.log('error', 'Response closed');
this.last_error = 'Response closed';
this.last_error = {
response: 'Response closed',
code: 500
};
this.retry();

@@ -413,0 +416,0 @@ });

2

package.json
{
"name": "cuddle",
"version": "1.3.1",
"version": "1.3.2",
"description": "Cuddle is a minimal, chainable and readability first http client",

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