Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wordpress/priority-queue

Package Overview
Dependencies
Maintainers
23
Versions
140
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 3.3.0 to 3.4.0

2

build-types/request-idle-callback.d.ts

@@ -8,5 +8,5 @@ /**

export function createRequestIdleCallback(): (callback: Callback) => void;
declare function _default(callback: Callback): void;
declare const _default: (callback: Callback) => void;
export default _default;
export type Callback = (timeOrDeadline: IdleDeadline | number) => void;
//# sourceMappingURL=request-idle-callback.d.ts.map

@@ -5,2 +5,4 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. -->

## 3.4.0 (2024-07-24)
## 3.3.0 (2024-07-10)

@@ -7,0 +9,0 @@

{
"name": "@wordpress/priority-queue",
"version": "3.3.0",
"version": "3.4.0",
"description": "Generic browser priority queue.",

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

},
"gitHead": "122867d355ca4edc63d3a3bbd9411d3a2e1458df"
"gitHead": "363edb39b8dda8727f652e42cbb8497732693ed2"
}

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