You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@wordpress/block-serialization-default-parser

Package Overview
Dependencies
Maintainers
25
Versions
222
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wordpress/block-serialization-default-parser - npm Package Compare versions

Comparing version
4.41.1-next.5a1d1283.0
to
4.42.0
+2
-0
CHANGELOG.md

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

## 4.42.0 (2023-09-20)
## 4.41.0 (2023-08-31)

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

+1
-1

@@ -76,3 +76,3 @@ <?php

$this->stack = array();
$this->empty_attrs = json_decode( '{}', true );
$this->empty_attrs = array();

@@ -79,0 +79,0 @@ while ( $this->proceed() ) {

{
"name": "@wordpress/block-serialization-default-parser",
"version": "4.41.1-next.5a1d1283.0",
"version": "4.42.0",
"description": "Block serialization specification parser for WordPress posts.",

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

},
"gitHead": "fa0b66987dab5a15f38663e06036d09bccffaa4b"
"gitHead": "cc35f517ed017ab7131319af3e87c359e8de175d"
}