Socket
Socket
Sign inDemoInstall

@wordpress/hooks

Package Overview
Dependencies
Maintainers
16
Versions
162
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wordpress/hooks - npm Package Compare versions

Comparing version 2.11.1-next.0 to 2.11.1

8

build-types/index.d.ts

@@ -58,9 +58,5 @@ export type Callback = (...args: any[]) => any;

export const didFilter: import("./createDidHook").DidHook;
export const actions: Record<string, Hook> & {
__current: Current[];
};
export const filters: Record<string, Hook> & {
__current: Current[];
};
export const actions: Store;
export const filters: Store;
export { createHooks };
//# sourceMappingURL=index.d.ts.map

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

<!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/master/packages#maintaining-changelogs. -->
<!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. -->

@@ -3,0 +3,0 @@ ## Unreleased

{
"name": "@wordpress/hooks",
"version": "2.11.1-next.0",
"version": "2.11.1",
"description": "WordPress hooks library.",

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

],
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/hooks/README.md",
"homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/hooks/README.md",
"repository": {

@@ -32,3 +32,3 @@ "type": "git",

},
"gitHead": "eb424c9ed3dffb9ca4c31d7c81a3be85b0c94a74"
"gitHead": "c79ef3aaa212f328a7d45f02018c21c94aa0965c"
}

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