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
219
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.5
to
3.0.0
+1
-1
LICENSE.md
### WordPress - Web publishing software
Copyright 2011-2018 by the contributors
Copyright 2011-2019 by the contributors

@@ -5,0 +5,0 @@ This program is free software; you can redistribute it and/or modify

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

@@ -15,3 +15,4 @@ "author": "The WordPress Contributors",

"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/block-serialization-default-parser"
},

@@ -25,3 +26,3 @@ "bugs": {

"dependencies": {
"@babel/runtime": "^7.0.0"
"@babel/runtime": "^7.3.1"
},

@@ -31,3 +32,3 @@ "publishConfig": {

},
"gitHead": "e053826d60ced2563ec0a9f6eb5e12984a77046c"
"gitHead": "80d228669adadb8dfcd24b8421517fed3be2d474"
}

@@ -7,5 +7,10 @@ /**

/**
* WordPress dependencies
*/
// eslint-disable-next-line no-restricted-syntax
import { jsTester, phpTester } from '@wordpress/block-serialization-spec-parser/shared-tests';
/**
* Internal dependencies
*/
import { jsTester, phpTester } from '@wordpress/block-serialization-spec-parser';
import { parse } from '../';

@@ -12,0 +17,0 @@