Socket
Socket
Sign inDemoInstall

retry-limiter

Package Overview
Dependencies
Maintainers
7
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

retry-limiter - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

2

hermione.js

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

let totalTestsCount = 0;
collection.eachTest((test) => test.pending || ++totalTestsCount);
collection.eachTest((test) => test.pending || test.disabled || ++totalTestsCount);

@@ -27,0 +27,0 @@ retryLimiter = RetryLimiter.create(opts.limit, totalTestsCount);

{
"name": "retry-limiter",
"version": "3.0.0",
"version": "3.1.0",
"description": "Plugin for gemini and hermione to disable retries at runtime",

@@ -5,0 +5,0 @@ "scripts": {

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