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

@wordpress/element

Package Overview
Dependencies
Maintainers
12
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 2.7.0 to 2.8.0

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## Master
### New Features
- The bundled `react` dependency has been updated from requiring `^16.8.4` to requiring `^16.9.0` ([#16982](https://github.com/WordPress/gutenberg/pull/16982)). It contains [new deprecations](https://reactjs.org/blog/2019/08/08/react-v16.9.0.html#new-deprecations) as well.
- The bundled `react-dom` dependency has been updated from requiring `^16.8.4` to requiring `^16.9.0` ([#16982](https://github.com/WordPress/gutenberg/pull/16982)).
## 2.4.0 (2019-05-21)

@@ -2,0 +9,0 @@

8

package.json
{
"name": "@wordpress/element",
"version": "2.7.0",
"version": "2.8.0",
"description": "Element React module for WordPress.",

@@ -28,4 +28,4 @@ "author": "The WordPress Contributors",

"lodash": "^4.17.14",
"react": "^16.8.4",
"react-dom": "^16.8.4"
"react": "^16.9.0",
"react-dom": "^16.9.0"
},

@@ -35,3 +35,3 @@ "publishConfig": {

},
"gitHead": "989502eccaadee1ea7666d6d9fb9f4d08b274546"
"gitHead": "4fd00581206f63b1854962e9aa23afded445b7ee"
}
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