Socket
Socket
Sign inDemoInstall

@wordpress/hooks

Package Overview
Dependencies
Maintainers
15
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.8.0 to 2.8.1-rc.0

7

benchmark/index.js

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

/**
* External dependencies
*/
const Benchmark = require( 'benchmark' );
/**
* Internal dependencies
*/
const hooks = require( '../' );

@@ -3,0 +10,0 @@

4

CHANGELOG.md

@@ -0,1 +1,5 @@

<!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/master/packages#maintaining-changelogs. -->
## Unreleased
## 2.6.0 (2019-08-29)

@@ -2,0 +6,0 @@

5

package.json
{
"name": "@wordpress/hooks",
"version": "2.8.0",
"version": "2.8.1-rc.0",
"description": "WordPress hooks library.",

@@ -9,2 +9,3 @@ "author": "The WordPress Contributors",

"wordpress",
"gutenberg",
"hooks"

@@ -30,3 +31,3 @@ ],

},
"gitHead": "65dbf3a9503402ca3837090dc89d0207f7d96352"
"gitHead": "b68941a77fc6a19657b1c94a481849ec11984865"
}

@@ -719,3 +719,3 @@ /**

const theCallback = function() {
const theCallback = function () {
expect( this.test ).toBe( 'test this' );

@@ -722,0 +722,0 @@ };

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