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
15
Versions
149
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.6.0 to 1.6.1-rc.0

4

CHANGELOG.md

@@ -1,3 +0,5 @@

## Master
<!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/master/packages#maintaining-changelogs. -->
## Unreleased
## 1.6.0 (2020-04-15)

@@ -4,0 +6,0 @@

{
"name": "@wordpress/priority-queue",
"version": "1.6.0",
"version": "1.6.1-rc.0",
"description": "Generic browser priority queue.",

@@ -9,2 +9,3 @@ "author": "The WordPress Contributors",

"wordpress",
"gutenberg",
"browser",

@@ -33,3 +34,3 @@ "async"

},
"gitHead": "65dbf3a9503402ca3837090dc89d0207f7d96352"
"gitHead": "b68941a77fc6a19657b1c94a481849ec11984865"
}

@@ -8,3 +8,3 @@ /**

jest.mock( '../request-idle-callback', () => {
const emitter = new ( require.requireActual( 'events' ).EventEmitter )();
const emitter = new ( jest.requireActual( 'events' ).EventEmitter )();

@@ -11,0 +11,0 @@ return Object.assign(

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