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

react-aria-menubutton

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-aria-menubutton - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

4

CHANGELOG.md
# Changelog
## 5.0.2
- Satisfy React deprecation warnings.
## 5.0.1

@@ -4,0 +8,0 @@

2

package.json
{
"name": "react-aria-menubutton",
"version": "5.0.1",
"version": "5.0.2",
"description": "A fully accessible and flexible React-powered menu button",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -21,3 +21,3 @@ const React = require('react');

render() {
return React.DOM.div(null, this.props.children);
return React.createElement('div', null, this.props.children);
}

@@ -24,0 +24,0 @@ }

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