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

rsuite-table

Package Overview
Dependencies
Maintainers
1
Versions
223
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rsuite-table - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

6

lib/ColumnResizeHandle.js

@@ -111,4 +111,6 @@ 'use strict';

componentWillUnmount: function componentWillUnmount() {
this._mouseMoveTracker.releaseMouseMoves();
this._mouseMoveTracker = null;
if (this._mouseMoveTracker) {
this._mouseMoveTracker.releaseMouseMoves();
this._mouseMoveTracker = null;
}
},

@@ -115,0 +117,0 @@ render: function render() {

{
"name": "rsuite-table",
"version": "0.0.8",
"version": "0.0.9",
"description": "RSuite Table",

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

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