🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

yocto-queue

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yocto-queue - npm Package Compare versions

Comparing version

to
1.2.1

@@ -80,7 +80,6 @@ /*

* drain() {
let current;
while ((current = this.dequeue()) !== undefined) {
yield current;
while (this.#head) {
yield this.dequeue();
}
}
}
{
"name": "yocto-queue",
"version": "1.2.0",
"version": "1.2.1",
"description": "Tiny queue data structure",

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