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.1.2 to 1.1.3

2

lib/src/store/selection.js

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

return (0, _rows.getRowByRowId)(data, keyField, k);
}).filter(function (x) {
return !!x;
});
};

2

lib/src/store/sort.js

@@ -46,3 +46,3 @@ 'use strict';

if (sortFunc) {
result = sortFunc(valueA, valueB, sortOrder, dataField);
result = sortFunc(valueA, valueB, sortOrder, dataField, a, b);
} else {

@@ -49,0 +49,0 @@ if (sortOrder === _const2.default.SORT_DESC) {

{
"name": "react-bootstrap-table-next",
"version": "1.1.2",
"version": "1.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