Socket
Socket
Sign inDemoInstall

@wordpress/notices

Package Overview
Dependencies
Maintainers
25
Versions
192
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.10.3 to 4.11.0

2

build-module/store/actions.js

@@ -84,3 +84,3 @@ /**

// The supported value shape of content is currently limited to plain text
// strings. To avoid setting expectation that e.g. a WPElement could be
// strings. To avoid setting expectation that e.g. a React Element could be
// supported, cast to a string.

@@ -87,0 +87,0 @@ content = String(content);

@@ -97,3 +97,3 @@ "use strict";

// The supported value shape of content is currently limited to plain text
// strings. To avoid setting expectation that e.g. a WPElement could be
// strings. To avoid setting expectation that e.g. a React Element could be
// supported, cast to a string.

@@ -100,0 +100,0 @@ content = String(content);

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

## 4.11.0 (2023-10-05)
## 4.10.0 (2023-09-20)

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

{
"name": "@wordpress/notices",
"version": "4.10.3",
"version": "4.11.0",
"description": "State management for notices.",

@@ -30,4 +30,4 @@ "author": "The WordPress Contributors",

"@babel/runtime": "^7.16.0",
"@wordpress/a11y": "^3.42.3",
"@wordpress/data": "^9.12.3"
"@wordpress/a11y": "^3.43.0",
"@wordpress/data": "^9.13.0"
},

@@ -40,3 +40,3 @@ "peerDependencies": {

},
"gitHead": "6256f93c37705d142f75a99f1fc808540ca7dca8"
"gitHead": "9b8e598c5418d38fe72197c24ef1d3dd6c712151"
}

@@ -84,3 +84,3 @@ /**

// The supported value shape of content is currently limited to plain text
// strings. To avoid setting expectation that e.g. a WPElement could be
// strings. To avoid setting expectation that e.g. a React Element could be
// supported, cast to a string.

@@ -87,0 +87,0 @@ content = String( content );

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