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

retry-as-promised

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

retry-as-promised - npm Package Compare versions

Comparing version 6.0.0 to 6.1.0

2

index.js

@@ -75,3 +75,3 @@ 'use strict';

lastError = err;
options.report((err && err.toString()) || err, options);
options.report((err && err.toString()) || err, options, err);

@@ -78,0 +78,0 @@ // Should not retry if max has been reached

{
"name": "retry-as-promised",
"version": "6.0.0",
"version": "6.1.0",
"description": "Retry a failed promise",

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