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

@wordpress/element

Package Overview
Dependencies
Maintainers
24
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.1.0 to 4.1.1-next.f435e9e01b.0

6

package.json
{
"name": "@wordpress/element",
"version": "4.1.0",
"version": "4.1.1-next.f435e9e01b.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.3.0",
"@wordpress/escape-html": "^2.3.1-next.f435e9e01b.0",
"lodash": "^4.17.21",

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

},
"gitHead": "d95ccb9366e249133cdb1d7b25c382446b9ee502"
"gitHead": "14b2846015dfb1b440ce93accdd03842ebe5f1cd"
}

@@ -52,5 +52,5 @@ # Element

At the risk of igniting debate surrounding any single "best" front-end framework, the choice to use any tool should be motivated specifically to serve the requirements of the system. In modeling the concept of a [block](/packages/blocks/README.md), we observe the following technical requirements:
At the risk of igniting debate surrounding any single "best" front-end framework, the choice to use any tool should be motivated specifically to serve the requirements of the system. In modeling the concept of a [block](https://github.com/WordPress/gutenberg/tree/HEAD/packages/blocks/README.md), we observe the following technical requirements:
- An understanding of a block in terms of its underlying values (in the [random image example](/packages/blocks/README.md#example), a category)
- An understanding of a block in terms of its underlying values (in the [random image example](https://github.com/WordPress/gutenberg/tree/HEAD/packages/blocks/README.md#example), a category)
- A means to describe the UI of a block given these values

@@ -420,2 +420,8 @@

<br/><br/><p align="center"><img src="https://s.w.org/style/images/codeispoetry.png?1" alt="Code is Poetry." /></p>
## Contributing to this package
This is an individual package that's part of the Gutenberg project. The project is organized as a monorepo. It's made up of multiple self-contained software packages, each with a specific purpose. The packages in this monorepo are published to [npm](https://www.npmjs.com/) and used by [WordPress](https://make.wordpress.org/core/) as well as other software projects.
To find out more about contributing to this package or Gutenberg as a whole, please read the project's main [contributor guide](https://github.com/WordPress/gutenberg/tree/HEAD/CONTRIBUTING.md).
<br /><br /><p align="center"><img src="https://s.w.org/style/images/codeispoetry.png?1" alt="Code is Poetry." /></p>
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