New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1 to 1.1.2

3

lib/src/row-selection/selection-cell.js

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

disabled: disabled,
className: bootstrap4 ? 'selection-input-4' : ''
className: bootstrap4 ? 'selection-input-4' : '',
onChange: function onChange() {}
})

@@ -106,0 +107,0 @@ );

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

if (input) input.indeterminate = indeterminate; // eslint-disable-line no-param-reassign
}
},
onChange: function onChange() {}
});

@@ -48,0 +49,0 @@ };

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