New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@yveskaufmann/retry

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yveskaufmann/retry - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

11

package.json
{
"name": "@yveskaufmann/retry",
"version": "0.1.1",
"version": "0.1.2",
"description": "Utility for retrying promise based operation on certain situations.",

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

"scripts": {
"build": "tsc -p .",
"test": "jest"
"build": "make build",
"test": "make test",
"lint": "make lint"
},

@@ -21,3 +22,5 @@ "repository": {

"typescript",
"decorator"
"decorator",
"resilient",
"async"
],

@@ -24,0 +27,0 @@ "author": "Yves Kaufmann",

[![npm version](https://badge.fury.io/js/@yveskaufmann%2Fretry.svg)](https://badge.fury.io/js/@yveskaufmann%2Fretry)
[![Node.js CI](https://github.com/yveskaufmann/retry/actions/workflows/ci.yml/badge.svg)](https://github.com/yveskaufmann/retry/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/yveskaufmann/retry/branch/main/graph/badge.svg?token=QXZVS68R36)](https://codecov.io/gh/yveskaufmann/retry)

@@ -4,0 +5,0 @@ # retry-utility

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