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

react-menu-list

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-menu-list - npm Package Compare versions

Comparing version 7.0.0 to 7.0.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 7.0.1 (2020-09-11)
- Use correct types for events in the Typescript definition of MenuButton's `renderButton` prop.
## 7.0.0 (2020-09-10)

@@ -2,0 +6,0 @@

4

index.d.ts

@@ -110,4 +110,4 @@ import * as React from 'react';

opened: boolean,
onKeyPress: (e: KeyboardEvent) => void,
onMouseDown: (e: MouseEvent) => void
onKeyPress: (e: React.KeyboardEvent) => void,
onMouseDown: (e: React.MouseEvent) => void
) => ReactNode;

@@ -114,0 +114,0 @@

{
"name": "react-menu-list",
"version": "7.0.0",
"version": "7.0.1",
"description": "React component for menu lists and submenus",

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

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