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.45 to 0.0.46

11

react-bootstrap/index.d.ts
// Type definitions for react-bootstrap
// Project: https://github.com/react-bootstrap/react-bootstrap
// Definitions by: Walker Burgin <https://github.com/walkerburgin>, Vincent Siao <https://github.com/vsiao>, Danilo Barros <https://github.com/danilojrr>, Batbold Gansukh <https://github.com/Batbold-Gansukh>, Raymond May Jr. <https://github.com/octatone>
// Definitions by: Walker Burgin <https://github.com/walkerburgin>, Vincent Siao <https://github.com/vsiao>, Danilo Barros <https://github.com/danilojrr>, Batbold Gansukh <https://github.com/Batbold-Gansukh>, Raymond May Jr. <https://github.com/octatone>, Cheng Sieu Ly <https://github.com/chengsieuly>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -870,2 +870,11 @@ // TypeScript Version: 2.1

// <ResponsiveEmbed />
interface ResponsiveEmbedProps extends React.HTMLProps<ResponsiveEmbed> {
a16by9?: boolean;
a4by3?: boolean;
bsClass?: string;
}
class ResponsiveEmbed extends React.Component<ResponsiveEmbedProps, {}> {
}
// <PageHeader />

@@ -872,0 +881,0 @@ interface PageHeaderProps extends React.HTMLProps<PageHeader> {

8

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

@@ -26,2 +26,6 @@ "license": "MIT",

"url": "https://github.com/octatone"
},
{
"name": "Cheng Sieu Ly",
"url": "https://github.com/chengsieuly"
}

@@ -39,4 +43,4 @@ ],

"peerDependencies": {},
"typesPublisherContentHash": "42cfbfa8b66889f7d6a68c5e63f149afed1490f3ee6dce7db1246a28b8409630",
"typesPublisherContentHash": "d05035f3bee62e6909ba55576c99f14272be90028c10b5a010439926b0962dae",
"typeScriptVersion": "2.1"
}

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

Additional Details
* Last updated: Fri, 17 Feb 2017 20:58:41 GMT
* Last updated: Tue, 07 Mar 2017 02:09:17 GMT
* Dependencies: react

@@ -17,2 +17,2 @@ * Global values: ReactBootstrap

# Credits
These definitions were written by Walker Burgin <https://github.com/walkerburgin>, Vincent Siao <https://github.com/vsiao>, Danilo Barros <https://github.com/danilojrr>, Batbold Gansukh <https://github.com/Batbold-Gansukh>, Raymond May Jr. <https://github.com/octatone>.
These definitions were written by Walker Burgin <https://github.com/walkerburgin>, Vincent Siao <https://github.com/vsiao>, Danilo Barros <https://github.com/danilojrr>, Batbold Gansukh <https://github.com/Batbold-Gansukh>, Raymond May Jr. <https://github.com/octatone>, Cheng Sieu Ly <https://github.com/chengsieuly>.
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