Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wordpress/interactivity

Package Overview
Dependencies
Maintainers
23
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wordpress/interactivity - npm Package Compare versions

Comparing version 6.2.0 to 6.3.0

2

build-module/hooks.js

@@ -139,3 +139,3 @@ // eslint-disable-next-line eslint-comments/disable-enable-pair

* 'color', // Name without prefix and suffix.
* ( { directives: { color }, ref, evaluate } ) =>
* ( { directives: { color: colors }, ref, evaluate } ) =>
* colors.forEach( ( color ) => {

@@ -142,0 +142,0 @@ * if ( color.suffix = 'text' ) {

@@ -141,3 +141,3 @@ /**

* 'color', // Name without prefix and suffix.
* ( { directives: { color }, ref, evaluate } ) =>
* ( { directives: { color: colors }, ref, evaluate } ) =>
* colors.forEach( ( color ) => {

@@ -144,0 +144,0 @@ * if ( color.suffix = 'text' ) {

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

* 'color', // Name without prefix and suffix.
* ( { directives: { color }, ref, evaluate } ) =>
* ( { directives: { color: colors }, ref, evaluate } ) =>
* colors.forEach( ( color ) => {

@@ -158,0 +158,0 @@ * if ( color.suffix = 'text' ) {

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

## 6.3.0 (2024-07-10)
## 6.2.0 (2024-06-26)

@@ -7,0 +9,0 @@ ### Enhancements

{
"name": "@wordpress/interactivity",
"version": "6.2.0",
"version": "6.3.0",
"description": "Package that provides a standard and simple way to handle the frontend interactivity of Gutenberg blocks.",

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

},
"gitHead": "aa5b14bb5bdbb8d8a02914e154c3bc1c2f18ace6"
"gitHead": "122867d355ca4edc63d3a3bbd9411d3a2e1458df"
}

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