New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

adazzle-react-grid

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adazzle-react-grid - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

4

lib-compiled/addons/cells/mixins/EditableMixin.js

@@ -67,5 +67,3 @@ /**

var cellKey = this.props.column.key;
var rowDataChanged = {};
rowDataChanged[cellKey] = commit.value;
this.props.onCommit({cellKey: cellKey, rowIdx: this.props.filterRowIdx || rowIdx, value : commit.value, keyCode : commit.key, changed : commit, rowDataChanged : rowDataChanged});
this.props.onCommit({cellKey: cellKey, rowIdx: this.props.filterRowIdx || rowIdx, value : commit.value, keyCode : commit.key, changed : commit});
},

@@ -72,0 +70,0 @@

@@ -40,4 +40,6 @@ /**

var value = this.getValue();
var rowDataChanged = {};
rowDataChanged[this.props.column.key] = value;
if(this.isNewValueValid(value)){
this.props.onCommit({value : value, key : args.key});
this.props.onCommit({value : value, key : args.key, rowDataChanged : rowDataChanged});
}

@@ -44,0 +46,0 @@ },

{
"name": "adazzle-react-grid",
"version": "0.1.7",
"version": "0.1.8",
"description": "Data grid for React",

@@ -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