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 5.1.0 to 5.2.0

build-types/environment.d.ts

2

CHANGELOG.md

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

## 5.2.0 (2023-01-11)
## 5.1.0 (2023-01-02)

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

2

LICENSE.md
## Gutenberg
Copyright 2016-2022 by the contributors
Copyright 2016-2023 by the contributors

@@ -5,0 +5,0 @@ **License for Contributions (on and after April 15, 2021)**

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

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

"@types/react-dom": "^18.0.6",
"@wordpress/escape-html": "^2.24.0",
"@wordpress/escape-html": "^2.25.0",
"change-case": "^4.1.2",

@@ -44,3 +44,3 @@ "is-plain-object": "^5.0.0",

},
"gitHead": "200bee7b06b15f6fa655e25b6ab69cbd6b49a357"
"gitHead": "204c880ff65295768e9695dfee6c7a9fee1fdd05"
}

@@ -41,5 +41,6 @@ # Element

wp.element.render(
wp.element.createElement( Greeting, { toWhom: 'World' } ),
document.getElementById( 'greeting' )
wp.element.createRoot(document.getElementById( 'greeting' ))
.render(
wp.element.createElement( Greeting, { toWhom: 'World' } )
)
);

@@ -46,0 +47,0 @@ </script>

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