truepixabay
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -23,6 +23,6 @@ "use strict"; | ||
this._busy = true; | ||
while (this._remaining) { | ||
while (this._queue.length && this._remaining) { | ||
const current = this._queue.shift(); | ||
if (!current) | ||
return; | ||
break; | ||
try { | ||
@@ -29,0 +29,0 @@ const { body, headers } = await snekfetch_1.get(current.request.host) |
{ | ||
"name": "truepixabay", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "a library to interact with pixabay api.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
29801
0