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

@types/react-bootstrap

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-bootstrap - npm Package Compare versions

Comparing version 0.0.34 to 0.0.35

17

react-bootstrap/index.d.ts

@@ -523,2 +523,17 @@ // Type definitions for react-bootstrap

// <Navbar.Link />
interface NavbarLinkProps {
href: string;
onClick?: React.MouseEventHandler<{}>;
}
type NavbarLink = React.ClassicComponent<NavbarLinkProps, {}>;
const NavbarLink: React.ClassicComponentClass<NavbarLinkProps>;
// <Navbar.Text />
interface NavbarTextProps {
pullRight?: boolean;
}
type NavbarText = React.ClassicComponent<NavbarTextProps, {}>;
const NavbarText: React.ClassicComponentClass<NavbarTextProps>;
// <Navbar />

@@ -546,2 +561,4 @@ interface NavbarProps extends React.HTMLProps<Navbar> {

Toggle: typeof NavbarToggle;
Link: typeof NavbarLink;
Text: typeof NavbarText;
}

@@ -548,0 +565,0 @@ type Navbar = React.ClassicComponent<NavbarProps, {}>;

4

react-bootstrap/package.json
{
"name": "@types/react-bootstrap",
"version": "0.0.34",
"version": "0.0.35",
"description": "TypeScript definitions for react-bootstrap",

@@ -18,3 +18,3 @@ "license": "MIT",

"typings": "index.d.ts",
"typesPublisherContentHash": "0150eae029ede808883c19d1ca68a1a9d285f7d27bbaa6d06f09b58ceccbe6ad"
"typesPublisherContentHash": "63c535f4607cbf3069e94aae66742f5e358cbd437c5c410384805b3509e1abe3"
}

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

Additional Details
* Last updated: Fri, 04 Nov 2016 16:19:09 GMT
* Last updated: Mon, 07 Nov 2016 15:16:55 GMT
* File structure: ProperModule

@@ -14,0 +14,0 @@ * Library Dependencies: none

@@ -26,3 +26,3 @@ {

"hasPackageJson": false,
"contentHash": "0150eae029ede808883c19d1ca68a1a9d285f7d27bbaa6d06f09b58ceccbe6ad"
"contentHash": "63c535f4607cbf3069e94aae66742f5e358cbd437c5c410384805b3509e1abe3"
}
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