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

react-bootstrap-table-next

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-bootstrap-table-next - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

10

lib/src/bootstrap-table.js

@@ -43,2 +43,4 @@ 'use strict';

function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }

@@ -100,2 +102,3 @@

classes = _props2.classes,
bootstrap4 = _props2.bootstrap4,
striped = _props2.striped,

@@ -118,8 +121,7 @@ hover = _props2.hover,

var tableClass = (0, _classnames2.default)('table', {
var tableClass = (0, _classnames2.default)('table', _defineProperty({
'table-striped': striped,
'table-hover': hover,
'table-bordered': bordered,
'table-condensed': condensed
}, classes);
'table-bordered': bordered
}, bootstrap4 ? 'table-sm' : 'table-condensed', condensed), classes);

@@ -126,0 +128,0 @@ var tableCaption = caption && _react2.default.createElement(

2

package.json
{
"name": "react-bootstrap-table-next",
"version": "1.4.0",
"version": "1.4.1",
"description": "Next generation of react-bootstrap-table",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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