Socket
Socket
Sign inDemoInstall

@wordpress/element

Package Overview
Dependencies
Maintainers
16
Versions
168
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.19.1 to 2.19.2-next.53e2173694.0

6

package.json
{
"name": "@wordpress/element",
"version": "2.19.1",
"version": "2.19.2-next.53e2173694.0",
"description": "Element React module for WordPress.",

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

"@types/react-dom": "^16.9.0",
"@wordpress/escape-html": "^1.11.1",
"@wordpress/escape-html": "^1.11.2-next.53e2173694.0",
"lodash": "^4.17.19",

@@ -40,3 +40,3 @@ "react": "^16.13.1",

},
"gitHead": "c79ef3aaa212f328a7d45f02018c21c94aa0965c"
"gitHead": "cac63ac5e871791c3ea5bc6a5a7dd06d6229cccb"
}

@@ -183,3 +183,3 @@ # Element

- _child_ (unknown type): Any renderable child, such as an element, string, or fragment.
- _child_ `import('./react').WPElement`: Any renderable child, such as an element, string, or fragment.
- _container_ `HTMLElement`: DOM node into which element should be rendered.

@@ -203,3 +203,3 @@

- _component_ (unknown type): Component's instance.
- _component_ `import('./react').WPComponent`: Component's instance.

@@ -270,6 +270,4 @@ <a name="forwardRef" href="#forwardRef">#</a> **forwardRef**

- <https://facebook.github.io/react-native/docs/platform-specific-code#platform-module>
- <https://facebook.github.io/react-native/docs/platform-specific-code#platform-module> Here is an example of how to use the select method:
Here is an example of how to use the select method:
_Usage_

@@ -307,3 +305,3 @@

- _element_ (unknown type): Element to render.
- _element_ `import('./react').WPElement`: Element to render.
- _target_ `HTMLElement`: DOM node into which element should be rendered.

@@ -317,3 +315,3 @@

- _element_ (unknown type): Element to serialize.
- _element_ `import('react').ReactNode`: Element to serialize.
- _context_ `[Object]`: Context object.

@@ -320,0 +318,0 @@ - _legacyContext_ `[Object]`: Legacy context object.

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