@wordpress/block-serialization-default-parser
Advanced tools
+6
-0
@@ -5,2 +5,8 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. --> | ||
| ## 5.0.0 (2024-05-31) | ||
| ### Breaking Changes | ||
| - Increase the minimum required Node.js version to v18.12.0 matching long-term support releases ([#31270](https://github.com/WordPress/gutenberg/pull/61930)). Learn more about [Node.js releases](https://nodejs.org/en/about/previous-releases). | ||
| ## 4.58.0 (2024-05-16) | ||
@@ -7,0 +13,0 @@ |
+4
-3
| { | ||
| "name": "@wordpress/block-serialization-default-parser", | ||
| "version": "4.58.0", | ||
| "version": "5.0.0", | ||
| "description": "Block serialization specification parser for WordPress posts.", | ||
@@ -23,3 +23,4 @@ "author": "The WordPress Contributors", | ||
| "engines": { | ||
| "node": ">=12" | ||
| "node": ">=18.12.0", | ||
| "npm": ">=8.19.2" | ||
| }, | ||
@@ -37,3 +38,3 @@ "main": "build/index.js", | ||
| }, | ||
| "gitHead": "42f38f287506a6b3ed8ccba839b18ad066821044" | ||
| "gitHead": "2f30cddff15723ac7017fd009fc5913b7b419400" | ||
| } |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
163294
0.19%