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

stubborn

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stubborn - npm Package Compare versions

Comparing version 1.2.2 to 1.2.4

3

lib/Stubborn.js
var _ = require('lodash');
var debug = require('debug');
var onlyOnce = require('only-once');
var util = require('util');

@@ -52,3 +51,3 @@ var constant = require('./constant')

try {
var onTaskExecuted = onlyOnce(this._onTaskExecutedBound);
var onTaskExecuted = _.once(this._onTaskExecutedBound);
this._task(onTaskExecuted);

@@ -55,0 +54,0 @@ } catch(e) {

{
"name": "stubborn",
"version": "1.2.2",
"version": "1.2.4",
"description": "Retry engine",

@@ -24,3 +24,3 @@ "main": "index.js",

"debug": "^3.1.0",
"lodash": "^2.4.2",
"lodash": "^4.17.11",
"only-once": "0.0.0"

@@ -27,0 +27,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