Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wordpress/element

Package Overview
Dependencies
Maintainers
25
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wordpress/element - npm Package Compare versions

Comparing version 4.11.0 to 4.12.0

2

build-module/create-interpolate-element.js

@@ -17,3 +17,3 @@ /**

* match: Full match of the tag (i.e. <strong>, </strong>, <br/>)
* isClosing: The closing slash, it it exists.
* isClosing: The closing slash, if it exists.
* name: The name portion of the tag (strong, br) (if )

@@ -20,0 +20,0 @@ * isSelfClosed: The slash on a self closing tag, if it exists.

@@ -25,3 +25,3 @@ "use strict";

* match: Full match of the tag (i.e. <strong>, </strong>, <br/>)
* isClosing: The closing slash, it it exists.
* isClosing: The closing slash, if it exists.
* name: The name portion of the tag (strong, br) (if )

@@ -28,0 +28,0 @@ * isSelfClosed: The slash on a self closing tag, if it exists.

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

## 4.12.0 (2022-07-27)
## 4.11.0 (2022-07-13)

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

{
"name": "@wordpress/element",
"version": "4.11.0",
"version": "4.12.0",
"description": "Element React module for WordPress.",

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

"@types/react-dom": "^17.0.11",
"@wordpress/escape-html": "^2.13.0",
"@wordpress/escape-html": "^2.14.0",
"lodash": "^4.17.21",

@@ -43,3 +43,3 @@ "react": "^17.0.2",

},
"gitHead": "9d9d33bbdf317a4381b8ca1713e43bb50df653b3"
"gitHead": "0315dbc240cb2aa146d7c1bafd251f004b88300e"
}

@@ -19,3 +19,3 @@ /**

* match: Full match of the tag (i.e. <strong>, </strong>, <br/>)
* isClosing: The closing slash, it it exists.
* isClosing: The closing slash, if it exists.
* name: The name portion of the tag (strong, br) (if )

@@ -22,0 +22,0 @@ * isSelfClosed: The slash on a self closing tag, if it exists.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc