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 3.1.2 to 3.1.3

4

lib/src/header-cell.js

@@ -65,3 +65,5 @@ 'use strict';

var cellAttrs = _extends({}, _utils2.default.isFunction(headerAttrs) ? headerAttrs(column, index) : headerAttrs, headerEvents);
var cellAttrs = _extends({}, _utils2.default.isFunction(headerAttrs) ? headerAttrs(column, index) : headerAttrs, headerEvents, {
tabIndex: index + 1
});

@@ -68,0 +70,0 @@ var sortSymbol = void 0;

@@ -65,8 +65,6 @@ 'use strict';

disabled = _props.disabled,
rowIndex = _props.rowIndex,
clickToSelect = _props.clickToSelect;
rowIndex = _props.rowIndex;
e.stopPropagation();
if (disabled) return;
if (clickToSelect) return;

@@ -73,0 +71,0 @@ var checked = inputType === _const2.default.ROW_SELECT_SINGLE ? true : !selected;

{
"name": "react-bootstrap-table-next",
"version": "3.1.2",
"version": "3.1.3",
"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