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

@devexpress/dx-grid-core

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devexpress/dx-grid-core - npm Package Compare versions

Comparing version 1.0.0-alpha.8 to 1.0.0-alpha.9

14

dist/dx-grid-core.es.js
/**
* Bundle of @devexpress/dx-grid-core
* Generated: 2017-08-21
* Version: 1.0.0-alpha.8
* Generated: 2017-09-04
* Version: 1.0.0-alpha.9
* License: https://js.devexpress.com/Licensing

@@ -656,4 +656,4 @@ */

var result = addedRows.slice();
result[rowId] = Object.assign({}, result[rowId], change);
var result = Array.from(addedRows);
result[rowId] = _extends({}, result[rowId], change);
return result;

@@ -680,5 +680,3 @@ };

var prevChange = prevChangedRows[rowId] || {};
var result = Object.assign({}, prevChangedRows);
result[rowId] = Object.assign(prevChange, change);
return result;
return _extends({}, prevChangedRows, defineProperty({}, rowId, _extends({}, prevChange, change)));
};

@@ -689,3 +687,3 @@

var result = Object.assign({}, prevChangedRows);
var result = _extends({}, prevChangedRows);
rowIds.forEach(function (rowId) {

@@ -692,0 +690,0 @@ delete result[rowId];

/**
* Bundle of @devexpress/dx-grid-core
* Generated: 2017-08-21
* Version: 1.0.0-alpha.8
* Generated: 2017-09-04
* Version: 1.0.0-alpha.9
* License: https://js.devexpress.com/Licensing

@@ -660,4 +660,4 @@ */

var result = addedRows.slice();
result[rowId] = Object.assign({}, result[rowId], change);
var result = Array.from(addedRows);
result[rowId] = _extends({}, result[rowId], change);
return result;

@@ -684,5 +684,3 @@ };

var prevChange = prevChangedRows[rowId] || {};
var result = Object.assign({}, prevChangedRows);
result[rowId] = Object.assign(prevChange, change);
return result;
return _extends({}, prevChangedRows, defineProperty({}, rowId, _extends({}, prevChange, change)));
};

@@ -693,3 +691,3 @@

var result = Object.assign({}, prevChangedRows);
var result = _extends({}, prevChangedRows);
rowIds.forEach(function (rowId) {

@@ -696,0 +694,0 @@ delete result[rowId];

{
"name": "@devexpress/dx-grid-core",
"version": "1.0.0-alpha.8",
"version": "1.0.0-alpha.9",
"description": "Core library for the DevExtreme Reactive Grid component",

@@ -5,0 +5,0 @@ "author": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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