New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@wordpress/notices

Package Overview
Dependencies
Maintainers
23
Versions
211
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 5.13.1-next.cd6172eb0.0 to 5.14.0

1

build-module/store/reducer.js

@@ -0,1 +1,2 @@

/* wp:polyfill */
/**

@@ -2,0 +3,0 @@ * Internal dependencies

14

build-types/store/actions.d.ts

@@ -62,3 +62,3 @@ /**

onDismiss?: Function | undefined;
} | undefined): Object;
}): Object;
/**

@@ -99,3 +99,3 @@ * Returns an action object used in signalling that a success notice is to be

*/
export function createSuccessNotice(content: string, options?: Object | undefined): Object;
export function createSuccessNotice(content: string, options?: Object): Object;
/**

@@ -135,3 +135,3 @@ * Returns an action object used in signalling that an info notice is to be

*/
export function createInfoNotice(content: string, options?: Object | undefined): Object;
export function createInfoNotice(content: string, options?: Object): Object;
/**

@@ -174,3 +174,3 @@ * Returns an action object used in signalling that an error notice is to be

*/
export function createErrorNotice(content: string, options?: Object | undefined): Object;
export function createErrorNotice(content: string, options?: Object): Object;
/**

@@ -214,3 +214,3 @@ * Returns an action object used in signalling that a warning notice is to be

*/
export function createWarningNotice(content: string, options?: Object | undefined): Object;
export function createWarningNotice(content: string, options?: Object): Object;
/**

@@ -257,3 +257,3 @@ * Returns an action object used in signalling that a notice is to be removed.

*/
export function removeNotice(id: string, context?: string | undefined): Object;
export function removeNotice(id: string, context?: string): Object;
/**

@@ -344,3 +344,3 @@ * Removes all notices from a given context. Defaults to the default context.

*/
export function removeNotices(ids: string[], context?: string | undefined): Object;
export function removeNotices(ids: string[], context?: string): Object;
/**

@@ -347,0 +347,0 @@ * Object describing a user action option associated with a notice.

@@ -0,1 +1,2 @@

/* wp:polyfill */
"use strict";

@@ -2,0 +3,0 @@

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

## 5.14.0 (2024-12-11)
## 5.13.0 (2024-11-27)

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

{
"name": "@wordpress/notices",
"version": "5.13.1-next.cd6172eb0.0",
"version": "5.14.0",
"description": "State management for notices.",

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

"@babel/runtime": "7.25.7",
"@wordpress/a11y": "^4.13.1-next.cd6172eb0.0",
"@wordpress/data": "^10.13.1-next.cd6172eb0.0"
"@wordpress/a11y": "*",
"@wordpress/data": "*"
},

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

},
"gitHead": "4cc93dc1781d8a7bc2bbde265913917920e2bd45"
"gitHead": "b432c18934c9db866b6dba7d37517a4e97d642e3"
}

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

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