Socket
Socket
Sign inDemoInstall

tscommons-async

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tscommons-async - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

10

dist/helpers/commons-async.js

@@ -75,4 +75,6 @@ "use strict";

try {
if (first)
yield CommonsAsync.timeout(ms);
if (first) {
first = false;
continue;
}
yield callback();

@@ -85,5 +87,3 @@ }

finally {
if (!first)
yield CommonsAsync.timeout(ms);
first = false;
yield CommonsAsync.timeout(ms);
}

@@ -90,0 +90,0 @@ }

{
"name": "tscommons-async",
"version": "2.0.4",
"version": "2.0.5",
"description": "",

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

Sorry, the diff of this file is not supported yet

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