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

react-bootstrap

Package Overview
Dependencies
Maintainers
3
Versions
219
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 1.6.6 to 1.6.7

2

cjs/Popover.d.ts

@@ -6,3 +6,3 @@ import React from 'react';

import { BsPrefixPropsWithChildren, BsPrefixRefForwardingComponent } from './helpers';
export interface PopoverProps extends React.ComponentPropsWithoutRef<'div'>, BsPrefixPropsWithChildren {
export interface PopoverProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'content'>, BsPrefixPropsWithChildren {
id: string;

@@ -9,0 +9,0 @@ placement?: Placement;

@@ -6,3 +6,3 @@ import React from 'react';

import { BsPrefixPropsWithChildren, BsPrefixRefForwardingComponent } from './helpers';
export interface PopoverProps extends React.ComponentPropsWithoutRef<'div'>, BsPrefixPropsWithChildren {
export interface PopoverProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'content'>, BsPrefixPropsWithChildren {
id: string;

@@ -9,0 +9,0 @@ placement?: Placement;

{
"name": "react-bootstrap",
"version": "1.6.6",
"version": "1.6.7",
"description": "Bootstrap 4 components built with React",

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

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