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

react-bootstrap

Package Overview
Dependencies
Maintainers
2
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 0.20.0 to 0.20.1

2

amd/bower.json
{
"name": "react-bootstrap",
"version": "0.20.0",
"version": "0.20.1",
"homepage": "http://react-bootstrap.github.io/",

@@ -5,0 +5,0 @@ "author": "Stephen J. Collings <stevoland@gmail.com>",

@@ -1,2 +0,2 @@

define(["exports", "module", "./Accordion", "./Affix", "./AffixMixin", "./Alert", "./BootstrapMixin", "./Badge", "./Button", "./ButtonGroup", "./ButtonToolbar", "./CollapsableNav", "./Carousel", "./CarouselItem", "./Col", "./CollapsableMixin", "./DropdownButton", "./DropdownMenu", "./DropdownStateMixin", "./FadeMixin", "./Glyphicon", "./Grid", "./Input", "./Interpolate", "./Jumbotron", "./Label", "./ListGroup", "./ListGroupItem", "./MenuItem", "./Modal", "./Nav", "./Navbar", "./NavItem", "./ModalTrigger", "./OverlayTrigger", "./OverlayMixin", "./PageHeader", "./Panel", "./PanelGroup", "./PageItem", "./Pager", "./Popover", "./ProgressBar", "./Row", "./SplitButton", "./SubNav", "./TabbedArea", "./Table", "./TabPane", "./Tooltip", "./Well"], function (exports, module, _Accordion, _Affix, _AffixMixin, _Alert, _BootstrapMixin, _Badge, _Button, _ButtonGroup, _ButtonToolbar, _CollapsableNav, _Carousel, _CarouselItem, _Col, _CollapsableMixin, _DropdownButton, _DropdownMenu, _DropdownStateMixin, _FadeMixin, _Glyphicon, _Grid, _Input, _Interpolate, _Jumbotron, _Label, _ListGroup, _ListGroupItem, _MenuItem, _Modal, _Nav, _Navbar, _NavItem, _ModalTrigger, _OverlayTrigger, _OverlayMixin, _PageHeader, _Panel, _PanelGroup, _PageItem, _Pager, _Popover, _ProgressBar, _Row, _SplitButton, _SubNav, _TabbedArea, _Table, _TabPane, _Tooltip, _Well) {
define(["exports", "module", "./Accordion", "./Affix", "./AffixMixin", "./Alert", "./BootstrapMixin", "./Badge", "./Button", "./ButtonGroup", "./ButtonToolbar", "./CollapsableNav", "./Carousel", "./CarouselItem", "./Col", "./CollapsableMixin", "./DropdownButton", "./DropdownMenu", "./DropdownStateMixin", "./FadeMixin", "./Glyphicon", "./Grid", "./Input", "./Interpolate", "./Jumbotron", "./Label", "./ListGroup", "./ListGroupItem", "./MenuItem", "./Modal", "./Nav", "./Navbar", "./NavItem", "./ModalTrigger", "./OverlayTrigger", "./OverlayMixin", "./PageHeader", "./Panel", "./PanelGroup", "./PageItem", "./Pager", "./Popover", "./ProgressBar", "./Row", "./SplitButton", "./SubNav", "./TabbedArea", "./Table", "./TabPane", "./Tooltip", "./Well", "./constants"], function (exports, module, _Accordion, _Affix, _AffixMixin, _Alert, _BootstrapMixin, _Badge, _Button, _ButtonGroup, _ButtonToolbar, _CollapsableNav, _Carousel, _CarouselItem, _Col, _CollapsableMixin, _DropdownButton, _DropdownMenu, _DropdownStateMixin, _FadeMixin, _Glyphicon, _Grid, _Input, _Interpolate, _Jumbotron, _Label, _ListGroup, _ListGroupItem, _MenuItem, _Modal, _Nav, _Navbar, _NavItem, _ModalTrigger, _OverlayTrigger, _OverlayMixin, _PageHeader, _Panel, _PanelGroup, _PageItem, _Pager, _Popover, _ProgressBar, _Row, _SplitButton, _SubNav, _TabbedArea, _Table, _TabPane, _Tooltip, _Well, _constants) {
"use strict";

@@ -104,2 +104,4 @@

var constants = _interopRequire(_constants);
module.exports = {

@@ -154,4 +156,5 @@ Accordion: Accordion,

Tooltip: Tooltip,
Well: Well
Well: Well,
constants: constants
};
});

@@ -0,1 +1,7 @@

v0.20.1 - Sat, 04 Apr 2015 14:22:18 GMT
---------------------------------------
- [a060fbc](../../commit/a060fbc) [fixed] Re-add missing constants to public API
v0.20.0 - Tue, 31 Mar 2015 13:04:40 GMT

@@ -2,0 +8,0 @@ ---------------------------------------

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

var constants = _interopRequire(require("./constants"));
module.exports = {

@@ -153,3 +155,4 @@ Accordion: Accordion,

Tooltip: Tooltip,
Well: Well
Well: Well,
constants: constants
};
{
"name": "react-bootstrap",
"version": "0.20.0",
"version": "0.20.1",
"description": "Bootstrap 3 components build with React",

@@ -5,0 +5,0 @@ "repository": {

@@ -50,2 +50,3 @@ import Accordion from './Accordion';

import Well from './Well';
import constants from './constants';

@@ -101,3 +102,4 @@ export default {

Tooltip,
Well
Well,
constants
};

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

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

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