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.3.5 to 4.0.0

3

lib/src/contexts/index.js

@@ -256,3 +256,4 @@ 'use strict';

remoteEmitter: _this6.remoteEmitter,
onDataSizeChange: _this6.props.onDataSizeChange
onDataSizeChange: _this6.props.onDataSizeChange,
tableId: _this6.props.id
},

@@ -259,0 +260,0 @@ _react2.default.createElement(

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

var children = footerFormatter ? footerFormatter(column, index) : text;
var children = footerFormatter ? footerFormatter(column, index, { text: text }) : text;

@@ -98,0 +98,0 @@ return _react2.default.createElement('th', cellAttrs, children);

{
"name": "react-bootstrap-table-next",
"version": "3.3.5",
"version": "4.0.0",
"description": "Next generation of react-bootstrap-table",

@@ -40,3 +40,3 @@ "main": "./lib/index.js",

"classnames": "^2.2.5",
"react-transition-group": "2.5.3",
"react-transition-group": "^4.2.0",
"underscore": "1.9.1"

@@ -43,0 +43,0 @@ },

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