🚀. Socket Launch Week Day 2:Introducing Manifest Alerts.Learn more
Sign In

@sidewinder/async

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sidewinder/async - npm Package Compare versions

Comparing version
0.12.8
to
0.12.9
+1
-1
delay.js

@@ -42,2 +42,2 @@ "use strict";

Delay.wait = wait;
})(Delay = exports.Delay || (exports.Delay = {}));
})(Delay || (exports.Delay = Delay = {}));
{
"name": "@sidewinder/async",
"description": "Sidewinder Async",
"version": "0.12.8",
"version": "0.12.9",
"author": "sinclairzx81",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -49,3 +49,3 @@ "use strict";

Timeout.run = run;
})(Timeout = exports.Timeout || (exports.Timeout = {}));
})(Timeout || (exports.Timeout = Timeout = {}));
Timeout.run(() => { }, 1);