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

async-deco

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-deco - npm Package Compare versions

Comparing version 8.5.2 to 8.5.3

2

package.json
{
"name": "async-deco",
"version": "8.5.2",
"version": "8.5.3",
"description": "A collection of decorators for adding features to asynchronous functions (callback or promise based).",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -22,3 +22,4 @@ var defaultLogger = require('../utils/default-logger')

var retry = function __retry () {
var timeout = counter++ ? intervalFunc(counter) : 0
var timeout = counter ? intervalFunc(counter) : 0
counter++
if (timeout) {

@@ -25,0 +26,0 @@ setTimeout(function () {

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