Socket
Socket
Sign inDemoInstall

retry-limiter

Package Overview
Dependencies
Maintainers
4
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 1.0.1 to 2.0.0

3

lib/plugin-opts.js

@@ -11,2 +11,3 @@ 'use strict';

const ENV_PREFIX = 'retry_limiter_';
const CLI_PREFIX = '--retry-limiter-';

@@ -27,3 +28,3 @@ module.exports = (options) => getParser()({options, env: process.env, argv: []});

})
}), {envPrefix: ENV_PREFIX});
}), {envPrefix: ENV_PREFIX, cliPrefix: CLI_PREFIX});
}

@@ -30,0 +31,0 @@

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

@@ -30,3 +30,3 @@ "scripts": {

"dependencies": {
"gemini-configparser": "^0.4.0",
"gemini-configparser": "^1.0.0",
"lodash": "^4.17.4"

@@ -33,0 +33,0 @@ },

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