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
21
Versions
148
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 2.2.0 to 2.2.1

4

package.json
{
"name": "@wordpress/priority-queue",
"version": "2.2.0",
"version": "2.2.1",
"description": "Generic browser priority queue.",

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

},
"gitHead": "743b70f86f1e75fd66a583bf659f2b2fe5daf1cc"
"gitHead": "4e106dd6283fd742aeb521ebc0ae29f35d4274b4"
}

@@ -37,3 +37,3 @@ # Priority Queue

queue.add( ctx1, () => console.log( 'This will be printed first' ) );
queue.add( ctx2, () => console.log( 'This won\'t be printed' ) );
queue.add( ctx2, () => console.log( "This won't be printed" ) );
queue.add( ctx2, () => console.log( 'This will be printed second' ) );

@@ -46,5 +46,4 @@ ```

<!-- END TOKEN(Autogenerated API docs) -->
<br/><br/><p align="center"><img src="https://s.w.org/style/images/codeispoetry.png?1" alt="Code is Poetry." /></p>
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