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

@types/react-burger-menu

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-burger-menu - npm Package Compare versions

Comparing version 2.1.4 to 2.1.5

10

react-burger-menu/index.d.ts

@@ -9,2 +9,6 @@ // Type definitions for react-burger-menu 2.1

export interface State {
isOpen: boolean;
}
export interface Props {

@@ -15,4 +19,4 @@ burgerBarClassName?: string;

crossClassName?: string;
customBurgerIcon?: Element | false;
customCrossIcon?: Element | false;
customBurgerIcon?: JSX.Element | false;
customCrossIcon?: JSX.Element | false;
id?: string;

@@ -25,3 +29,3 @@ isOpen?: boolean;

disableOverlayClick?: boolean;
onStateChange?(): void;
onStateChange?(state: State): void;
// TODO (Rajab) This can be improved, though I do not know how. From PropTypes:

@@ -28,0 +32,0 @@ // styles && styles.outerContainer ? PropTypes.string.isRequired : PropTypes.string

{
"name": "@types/react-burger-menu",
"version": "2.1.4",
"version": "2.1.5",
"description": "TypeScript definitions for react-burger-menu",

@@ -22,4 +22,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "455fee1d72ea79bc2e9c51c74595b9dcff1aa2f60575530d9623a19f4f0633cf",
"typesPublisherContentHash": "5bc63ab133fe840ca6d2a31f655da065456f99a901f69e00abb63187981e60ab",
"typeScriptVersion": "2.3"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Wed, 04 Oct 2017 18:05:22 GMT
* Last updated: Wed, 15 Nov 2017 23:11:40 GMT
* Dependencies: react

@@ -14,0 +14,0 @@ * Global values: none

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