Socket
Socket
Sign inDemoInstall

react-bootstrap

Package Overview
Dependencies
Maintainers
0
Versions
218
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-bootstrap - npm Package Compare versions

Comparing version 2.10.3 to 2.10.4

2

cjs/helpers.d.ts

@@ -14,3 +14,3 @@ import * as React from 'react';

export interface BsPrefixRefForwardingComponent<TInitial extends React.ElementType, P = unknown> {
<As extends React.ElementType = TInitial>(props: React.PropsWithChildren<ReplaceProps<As, BsPrefixProps<As> & P>>, context?: any): React.ReactNode;
<As extends React.ElementType = TInitial>(props: React.PropsWithChildren<ReplaceProps<As, BsPrefixProps<As> & P>>, context?: any): React.ReactElement | null;
propTypes?: any;

@@ -17,0 +17,0 @@ contextTypes?: any;

@@ -14,3 +14,3 @@ import * as React from 'react';

export interface BsPrefixRefForwardingComponent<TInitial extends React.ElementType, P = unknown> {
<As extends React.ElementType = TInitial>(props: React.PropsWithChildren<ReplaceProps<As, BsPrefixProps<As> & P>>, context?: any): React.ReactNode;
<As extends React.ElementType = TInitial>(props: React.PropsWithChildren<ReplaceProps<As, BsPrefixProps<As> & P>>, context?: any): React.ReactElement | null;
propTypes?: any;

@@ -17,0 +17,0 @@ contextTypes?: any;

{
"name": "react-bootstrap",
"version": "2.10.3",
"version": "2.10.4",
"description": "Bootstrap 5 components built with React",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is too big to display

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