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 7.0.2 to 7.0.3

2

dist/index.d.ts

@@ -6,3 +6,3 @@ export declare class TimeoutError extends Error {

export type MatchOption = string | RegExp | Error | Function;
interface Options {
export interface Options {
max: number;

@@ -9,0 +9,0 @@ timeout?: number | undefined;

{
"name": "retry-as-promised",
"version": "7.0.2",
"version": "7.0.3",
"description": "Retry a failed promise",

@@ -9,3 +9,4 @@ "main": "dist/index.js",

"test": "cross-env DEBUG=retry-as-promised* ./node_modules/.bin/mocha --register ts-node/register --check-leaks --colors -t 10000 --reporter spec test/promise.test.js",
"build": "tsc"
"build": "tsc",
"prepublishOnly": "npm run build"
},

@@ -12,0 +13,0 @@ "repository": {

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