@wordpress/block-serialization-default-parser
Advanced tools
+1
-1
| ### 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 |
+5
-4
| { | ||
| "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" | ||
| } |
+6
-1
@@ -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 @@ |
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
103692
0.15%782
0.51%Updated