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.32.36 to 0.32.37

2

react-bootstrap/lib/Navbar.d.ts

@@ -9,3 +9,3 @@ import * as React from "react";

declare namespace Navbar {
export interface NavbarProps extends React.HTMLProps<Navbar> {
export interface NavbarProps extends Omit<React.HTMLProps<Navbar>, "onToggle"> {
brand?: any; // TODO: Add more specific type

@@ -12,0 +12,0 @@ bsSize?: Sizes | undefined;

@@ -5,3 +5,3 @@ import * as React from "react";

declare namespace NavItem {
export interface NavItemProps extends React.HTMLProps<NavItem> {
export interface NavItemProps extends Omit<React.HTMLProps<NavItem>, "onToggle"> {
active?: boolean | undefined;

@@ -8,0 +8,0 @@ brand?: any; // TODO: Add more specific type

{
"name": "@types/react-bootstrap",
"version": "0.32.36",
"version": "0.32.37",
"description": "TypeScript definitions for react-bootstrap",

@@ -85,4 +85,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-bootstrap",

},
"typesPublisherContentHash": "aae6927722f77d4e65b4751c43e49754f5cab90f80ddecae5f5a47740ac6ff77",
"typeScriptVersion": "4.6"
"typesPublisherContentHash": "c244696a343accdaf6171584bdc426a894cf252cb266afa8ac4b3042648dbd60",
"typeScriptVersion": "4.8"
}

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

### Additional Details
* Last updated: Thu, 29 Feb 2024 19:35:43 GMT
* Last updated: Mon, 15 Jul 2024 23:08:35 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -14,0 +14,0 @@

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