New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More →

@eosdt/utils

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eosdt/utils - npm Package Compare versions

Comparing version

to
0.2.8

@@ -5,2 +5,3 @@ export default class Signal<T> {

private finished;
readonly done: boolean;
private promise;

@@ -7,0 +8,0 @@ wait: () => Promise<T>;

@@ -24,3 +24,6 @@ "use strict";

}
get done() {
return this.finished;
}
}
exports.default = Signal;
{
"name": "@eosdt/utils",
"version": "0.2.5",
"version": "0.2.8",
"description": "> TODO: description",

@@ -28,3 +28,6 @@ "author": "Alexander Dodonov <pr0fedt@gmail.com>",

},
"gitHead": "c6879917de8d2e5bb3966d94c595fbe76b2d22da"
"gitHead": "18b179fa1ba669f9488c8b1e54ebe72feb5e7ce5",
"dependencies": {
"react-spinners": "^0.6.1"
}
}