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

@wordpress/priority-queue

Package Overview
Dependencies
Maintainers
16
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wordpress/priority-queue - npm Package Compare versions

Comparing version 1.10.1 to 1.10.2-next.53e2173694.0

5

build-module/index.js

@@ -100,3 +100,6 @@ /**

/** @type {WPPriorityQueueCallback} */
elementsMap.get(nextElement);
elementsMap.get(nextElement); // If errors with undefined callbacks are encountered double check that all of your useSelect calls
// have all dependecies set correctly in second parameter. Missing dependencies can cause unexpected
// loops and race conditions in the queue.
callback();

@@ -103,0 +106,0 @@ elementsMap.delete(nextElement);

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

/** @type {WPPriorityQueueCallback} */
elementsMap.get(nextElement);
elementsMap.get(nextElement); // If errors with undefined callbacks are encountered double check that all of your useSelect calls
// have all dependecies set correctly in second parameter. Missing dependencies can cause unexpected
// loops and race conditions in the queue.
callback();

@@ -113,0 +116,0 @@ elementsMap.delete(nextElement);

4

package.json
{
"name": "@wordpress/priority-queue",
"version": "1.10.1",
"version": "1.10.2-next.53e2173694.0",
"description": "Generic browser priority queue.",

@@ -33,3 +33,3 @@ "author": "The WordPress Contributors",

},
"gitHead": "c79ef3aaa212f328a7d45f02018c21c94aa0965c"
"gitHead": "cac63ac5e871791c3ea5bc6a5a7dd06d6229cccb"
}

@@ -99,2 +99,5 @@ /**

) );
// If errors with undefined callbacks are encountered double check that all of your useSelect calls
// have all dependecies set correctly in second parameter. Missing dependencies can cause unexpected
// loops and race conditions in the queue.
callback();

@@ -101,0 +104,0 @@ elementsMap.delete( nextElement );

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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