Socket
Socket
Sign inDemoInstall

@wordpress/notices

Package Overview
Dependencies
Maintainers
24
Versions
196
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wordpress/notices - npm Package Compare versions

Comparing version 4.26.0 to 5.0.0

6

CHANGELOG.md

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

## 5.0.0 (2024-05-31)
### Breaking Changes
- Increase the minimum required Node.js version to v18.12.0 matching long-term support releases ([#31270](https://github.com/WordPress/gutenberg/pull/61930)). Learn more about [Node.js releases](https://nodejs.org/en/about/previous-releases).
## 4.26.0 (2024-05-16)

@@ -7,0 +13,0 @@

11

package.json
{
"name": "@wordpress/notices",
"version": "4.26.0",
"version": "5.0.0",
"description": "State management for notices.",

@@ -22,3 +22,4 @@ "author": "The WordPress Contributors",

"engines": {
"node": ">=12"
"node": ">=18.12.0",
"npm": ">=8.19.2"
},

@@ -31,4 +32,4 @@ "main": "build/index.js",

"@babel/runtime": "^7.16.0",
"@wordpress/a11y": "^3.58.0",
"@wordpress/data": "^9.28.0"
"@wordpress/a11y": "^4.0.0",
"@wordpress/data": "^10.0.0"
},

@@ -41,3 +42,3 @@ "peerDependencies": {

},
"gitHead": "42f38f287506a6b3ed8ccba839b18ad066821044"
"gitHead": "2f30cddff15723ac7017fd009fc5913b7b419400"
}

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