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
8
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
2.0.3
to
2.0.4
+2
-0
CHANGELOG.md

@@ -0,1 +1,3 @@

## 2.0.3 (2019-01-03)
## 2.0.2 (2018-12-12)

@@ -2,0 +4,0 @@

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

@@ -26,9 +26,6 @@ "author": "The WordPress Contributors",

},
"devDependencies": {
"@wordpress/block-serialization-spec-parser": "^2.0.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "f0223019510166b34593ba197568ca760d2983e7"
"gitHead": "c59ef56fe16bdcc1fffd70b6e8a2fda4bf9c28fe"
}
# 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](../../docs/grammar.md) from [`@wordpress/block-serialization-spec-parser`](../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](/docs/contributors/grammar.md) from [`@wordpress/block-serialization-spec-parser`](/packages/block-serialization-spec-parser/README.md) and which normally operates on the document stored in `post_content`.

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