Comparing version 1.3.1 to 1.3.2
@@ -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 @@ ---- |
@@ -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 @@ }); |
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
17729
409