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.0 to 2.1.1

7

react-burger-menu/index.d.ts

@@ -5,7 +5,6 @@ // Type definitions for react-burger-menu 2.1

// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
import * as React from "react";
// TODO (Rajab) actually I don't want export Props, but
// `npm run lint react-burger-menu` error doesn't allow me to do it;
export interface Props {

@@ -46,5 +45,3 @@ burgerBarClassName?: string;

// TODO (Rajab) actually I don't want export ReactBurgerMenu, but
// `npm run lint react-burger-menu` error doesn't allow me to do it;
export class ReactBurgerMenu extends React.Component<Props, {}> { }
export class ReactBurgerMenu extends React.Component<Props> { }

@@ -51,0 +48,0 @@ export class slide extends ReactBurgerMenu { }

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

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

"peerDependencies": {},
"typesPublisherContentHash": "de593226cdeae34cae252be5b692d5d45e2f3a02a2e2a11def6ebd094ae1beee",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "8c1b32440ac15618f02d71088c96116100c5f2bec6c8480eadf84abb86b8c5ad",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Mon, 26 Jun 2017 14:01:14 GMT
* Last updated: Thu, 06 Jul 2017 20:15:03 GMT
* Dependencies: react

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

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