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
220
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.34.0
to
4.35.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.35.0 (2023-06-07)
## 4.34.0 (2023-05-24)

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

+2
-2
{
"name": "@wordpress/block-serialization-default-parser",
"version": "4.34.0",
"version": "4.35.0",
"description": "Block serialization specification parser for WordPress posts.",

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

},
"gitHead": "c7c79cb11b677adcbf06cf5f8cfb6c5ec1699f19"
"gitHead": "a92f606309b1541b834ff9b0a76ed2a466fc45ed"
}
# Block Serialization Default Parser
This library contains the default block serialization parser implementations for WordPress documents. It provides native PHP and JavaScript parsers that implement the [specification](https://github.com/WordPress/gutenberg/tree/HEAD/docs/contributors/code/grammar.md) from [`@wordpress/block-serialization-spec-parser`](https://github.com/WordPress/gutenberg/tree/HEAD/packages/block-serialization-spec-parser/README.md) and which normally operates on the document stored in `post_content`.
This library contains the default block serialization parser implementations for WordPress documents. It provides native PHP and JavaScript parsers that implement the specification from [`@wordpress/block-serialization-spec-parser`](https://github.com/WordPress/gutenberg/tree/HEAD/packages/block-serialization-spec-parser/README.md) and which normally operates on the document stored in `post_content`.

@@ -5,0 +5,0 @@ ## Installation