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
23
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
5.3.0
to
5.4.0
+1
-1
build-types/index.d.ts

@@ -47,4 +47,4 @@ export function parse(doc: string): ParsedBlock[];

};
export type TokenType = 'no-more-tokens' | 'void-block' | 'block-opener' | 'block-closer';
export type TokenType = "no-more-tokens" | "void-block" | "block-opener" | "block-closer";
export type Token = [TokenType, string, Attributes, number, number];
//# sourceMappingURL=index.d.ts.map

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

{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.js"],"names":[],"mappings":"AA0NO,2BA1EI,MAAM,GAwEL,WAAW,EAAE,CAcxB;yBApNY,MAAM,GAAC,IAAI;;;;;eAKV,MAAM,GAAC,IAAI;;;;WACX,UAAU;;;;iBACV,WAAW,EAAE;;;;eACb,MAAM;;;;kBACN,MAAM,MAAM,GAAC,IAAI,CAAC;;;;;;WAKlB,WAAW;;;;gBACX,MAAM;;;;iBACN,MAAM;;;;gBACN,MAAM;;;;sBACN,MAAM,GAAC,IAAI;;wBAIZ,gBAAgB,GAAC,YAAY,GAAC,cAAc,GAAC,cAAc;oBAI3D,CAAC,SAAS,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,CAAC"}
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.js"],"names":[],"mappings":"AA0NO,2BA1EI,MAAM,GAwEL,WAAW,EAAE,CAcxB;yBApNY,MAAM,GAAC,IAAI;;;;;eAKV,MAAM,GAAC,IAAI;;;;WACX,UAAU;;;;iBACV,WAAW,EAAE;;;;eACb,MAAM;;;;kBACN,KAAK,CAAC,MAAM,GAAC,IAAI,CAAC;;;;;;WAKlB,WAAW;;;;gBACX,MAAM;;;;iBACN,MAAM;;;;gBACN,MAAM;;;;sBACN,MAAM,GAAC,IAAI;;wBAIZ,gBAAgB,GAAC,YAAY,GAAC,cAAc,GAAC,cAAc;oBAI3D,CAAC,SAAS,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,CAAC"}

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

## 5.4.0 (2024-07-24)
## 5.3.0 (2024-07-10)

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

{
"name": "@wordpress/block-serialization-default-parser",
"version": "5.3.0",
"version": "5.4.0",
"description": "Block serialization specification parser for WordPress posts.",

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

},
"gitHead": "122867d355ca4edc63d3a3bbd9411d3a2e1458df"
"gitHead": "363edb39b8dda8727f652e42cbb8497732693ed2"
}

Sorry, the diff of this file is not supported yet