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

truepixabay

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

truepixabay - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

dist/structure/RequestHandler.js

@@ -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",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc