Socket
Socket
Sign inDemoInstall

@antv/async-hook

Package Overview
Dependencies
1
Maintainers
61
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.5 to 2.2.6

9

es/index.js

@@ -1660,3 +1660,3 @@ /******************************************************************************

value = _a.sent();
callback(null, value);
callback(value ? null : false, value);
return [2];

@@ -1669,8 +1669,9 @@ }

this.tasks.push(function (arg, callback) { return __awaiter(_this, void 0, void 0, function () {
var value;
return __generator(this, function (_a) {
switch (_a.label) {
case 0: return [4, cb(arg)];
case 0: return [4, cb()];
case 1:
_a.sent();
callback(null, arg);
value = _a.sent();
callback(value ? null : false, name);
return [2];

@@ -1677,0 +1678,0 @@ }

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

value = _a.sent();
callback(null, value);
callback(value ? null : false, value);
return [2];

@@ -1673,8 +1673,9 @@ }

this.tasks.push(function (arg, callback) { return __awaiter(_this, void 0, void 0, function () {
var value;
return __generator(this, function (_a) {
switch (_a.label) {
case 0: return [4, cb(arg)];
case 0: return [4, cb()];
case 1:
_a.sent();
callback(null, arg);
value = _a.sent();
callback(value ? null : false, name);
return [2];

@@ -1681,0 +1682,0 @@ }

{
"name": "@antv/async-hook",
"version": "2.2.5",
"version": "2.2.6",
"description": "the control flow for l7",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc