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 2.9.2 to 2.10.0

2

cjs/Modal.js

@@ -56,2 +56,3 @@ "use strict";

dialogAs: Dialog = _ModalDialog.default,
'data-bs-theme': dataBsTheme,
'aria-labelledby': ariaLabelledby,

@@ -211,2 +212,3 @@ 'aria-describedby': ariaDescribedby,

onMouseUp: handleMouseUp,
"data-bs-theme": dataBsTheme,
"aria-label": ariaLabel,

@@ -213,0 +215,0 @@ "aria-labelledby": ariaLabelledby,

3

cjs/PageItem.js

@@ -23,5 +23,6 @@ "use strict";

linkClassName,
as = _Anchor.default,
...props
}, ref) => {
const Component = active || disabled ? 'span' : _Anchor.default;
const Component = active || disabled ? 'span' : as;
return /*#__PURE__*/(0, _jsxRuntime.jsx)("li", {

@@ -28,0 +29,0 @@ ref: ref,

@@ -50,2 +50,3 @@ "use client";

dialogAs: Dialog = ModalDialog,
'data-bs-theme': dataBsTheme,
'aria-labelledby': ariaLabelledby,

@@ -205,2 +206,3 @@ 'aria-describedby': ariaDescribedby,

onMouseUp: handleMouseUp,
"data-bs-theme": dataBsTheme,
"aria-label": ariaLabel,

@@ -207,0 +209,0 @@ "aria-labelledby": ariaLabelledby,

@@ -16,5 +16,6 @@ /* eslint-disable react/no-multi-comp */

linkClassName,
as = Anchor,
...props
}, ref) => {
const Component = active || disabled ? 'span' : Anchor;
const Component = active || disabled ? 'span' : as;
return /*#__PURE__*/_jsx("li", {

@@ -21,0 +22,0 @@ ref: ref,

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

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

@@ -21,3 +21,3 @@ # React-Bootstrap

| v5.x | 2.x | [Link][v5-documentation] |
| v4.x | 1.x | [Link][v4-documentation] |
| v4.x | 1.x (not maintained) | [Link][v4-documentation] |
| v3.x | 0.33.x (not maintained) | [Link][v3-documentation] |

@@ -24,0 +24,0 @@

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

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