Socket
Socket
Sign inDemoInstall

@wordpress/element

Package Overview
Dependencies
Maintainers
24
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wordpress/element - npm Package Compare versions

Comparing version 5.34.0 to 5.35.0

2

build-module/serialize.js

@@ -426,3 +426,3 @@ /**

// If value is not of serializeable type, skip.
// If value is not of serializable type, skip.
if (!ATTRIBUTES_TYPES.has(typeof value)) {

@@ -429,0 +429,0 @@ continue;

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

// If value is not of serializeable type, skip.
// If value is not of serializable type, skip.
if (!ATTRIBUTES_TYPES.has(typeof value)) {

@@ -442,0 +442,0 @@ continue;

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

## 5.35.0 (2024-05-16)
## 5.34.0 (2024-05-02)

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

{
"name": "@wordpress/element",
"version": "5.34.0",
"version": "5.35.0",
"description": "Element React module for WordPress.",

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

"@babel/runtime": "^7.16.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@wordpress/escape-html": "^2.57.0",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@wordpress/escape-html": "^2.58.0",
"change-case": "^4.1.2",

@@ -44,3 +44,3 @@ "is-plain-object": "^5.0.0",

},
"gitHead": "581d8a5580dba8f600b7268d51eb554771ae482c"
"gitHead": "42f38f287506a6b3ed8ccba839b18ad066821044"
}

@@ -758,3 +758,3 @@ /**

// If value is not of serializeable type, skip.
// If value is not of serializable type, skip.
if ( ! ATTRIBUTES_TYPES.has( typeof value ) ) {

@@ -761,0 +761,0 @@ continue;

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