Socket
Socket
Sign inDemoInstall

react-bootstrap

Package Overview
Dependencies
Maintainers
3
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.7.3 to 2.7.4

2

cjs/AccordionCollapse.d.ts

@@ -7,5 +7,5 @@ import { CollapseProps } from './Collapse';

/**
* This component accepts all of [`Collapse`'s props](/utilities/transitions/#collapse-props).
* This component accepts all of [`Collapse`'s props](/docs/utilities/transitions#collapse-1).
*/
declare const AccordionCollapse: BsPrefixRefForwardingComponent<'div', AccordionCollapseProps>;
export default AccordionCollapse;

@@ -15,3 +15,3 @@ "use strict";

/**
* This component accepts all of [`Collapse`'s props](/utilities/transitions/#collapse-props).
* This component accepts all of [`Collapse`'s props](/docs/utilities/transitions#collapse-1).
*/

@@ -18,0 +18,0 @@ const AccordionCollapse = /*#__PURE__*/React.forwardRef(({

@@ -8,2 +8,4 @@ "use strict";

function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
// TODO
const FormContext = /*#__PURE__*/React.createContext({});

@@ -10,0 +12,0 @@ var _default = FormContext;

@@ -30,8 +30,2 @@ "use strict";

});
/**
*
* @property {InputGroupText} Text
* @property {InputGroupRadio} Radio
* @property {InputGroupCheckbox} Checkbox
*/
const InputGroup = /*#__PURE__*/React.forwardRef(({

@@ -38,0 +32,0 @@ bsPrefix,

@@ -8,2 +8,4 @@ "use strict";

function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
// TODO: check
const context = /*#__PURE__*/React.createContext(null);

@@ -10,0 +12,0 @@ context.displayName = 'NavbarContext';

@@ -13,10 +13,2 @@ "use strict";

function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
/**
* @property {PageItem} Item
* @property {PageItem} First
* @property {PageItem} Prev
* @property {PageItem} Ellipsis
* @property {PageItem} Next
* @property {PageItem} Last
*/
const Pagination = /*#__PURE__*/React.forwardRef(({

@@ -23,0 +15,0 @@ bsPrefix,

@@ -16,3 +16,3 @@ "use strict";

/**
* Validate that children, if any, are instances of `<ProgressBar>`.
* Validate that children, if any, are instances of `ProgressBar`.
*/

@@ -19,0 +19,0 @@ function onlyProgressBar(props, propName, componentName) {

/*!
Copyright (c) 2018 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
Copyright (c) 2018 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/

@@ -6,0 +6,0 @@

@@ -7,5 +7,5 @@ import { CollapseProps } from './Collapse';

/**
* This component accepts all of [`Collapse`'s props](/utilities/transitions/#collapse-props).
* This component accepts all of [`Collapse`'s props](/docs/utilities/transitions#collapse-1).
*/
declare const AccordionCollapse: BsPrefixRefForwardingComponent<'div', AccordionCollapseProps>;
export default AccordionCollapse;

@@ -9,3 +9,3 @@ import classNames from 'classnames';

/**
* This component accepts all of [`Collapse`'s props](/utilities/transitions/#collapse-props).
* This component accepts all of [`Collapse`'s props](/docs/utilities/transitions#collapse-1).
*/

@@ -12,0 +12,0 @@ const AccordionCollapse = /*#__PURE__*/React.forwardRef(({

@@ -24,8 +24,2 @@ import classNames from 'classnames';

});
/**
*
* @property {InputGroupText} Text
* @property {InputGroupRadio} Radio
* @property {InputGroupCheckbox} Checkbox
*/
const InputGroup = /*#__PURE__*/React.forwardRef(({

@@ -32,0 +26,0 @@ bsPrefix,

@@ -6,10 +6,2 @@ import classNames from 'classnames';

import { jsx as _jsx } from "react/jsx-runtime";
/**
* @property {PageItem} Item
* @property {PageItem} First
* @property {PageItem} Prev
* @property {PageItem} Ellipsis
* @property {PageItem} Next
* @property {PageItem} Last
*/
const Pagination = /*#__PURE__*/React.forwardRef(({

@@ -16,0 +8,0 @@ bsPrefix,

@@ -10,3 +10,3 @@ import classNames from 'classnames';

/**
* Validate that children, if any, are instances of `<ProgressBar>`.
* Validate that children, if any, are instances of `ProgressBar`.
*/

@@ -13,0 +13,0 @@ function onlyProgressBar(props, propName, componentName) {

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

@@ -38,7 +38,7 @@ "keywords": [

"dependencies": {
"@babel/runtime": "^7.17.2",
"@restart/hooks": "^0.4.6",
"@restart/ui": "^1.4.1",
"@types/react-transition-group": "^4.4.4",
"classnames": "^2.3.1",
"@babel/runtime": "^7.21.0",
"@restart/hooks": "^0.4.9",
"@restart/ui": "^1.6.3",
"@types/react-transition-group": "^4.4.5",
"classnames": "^2.3.2",
"dom-helpers": "^5.2.1",

@@ -48,3 +48,3 @@ "invariant": "^2.2.4",

"prop-types-extra": "^1.1.0",
"react-transition-group": "^4.4.2",
"react-transition-group": "^4.4.5",
"uncontrollable": "^7.2.1",

@@ -51,0 +51,0 @@ "warning": "^4.0.3"

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