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
12
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.1.0-beta.3 to 1.1.0

10

dist/dx-grid-core.es.js
/**
* Bundle of @devexpress/dx-grid-core
* Generated: 2018-03-07
* Version: 1.1.0-beta.3
* Generated: 2018-03-15
* Version: 1.1.0
* License: https://js.devexpress.com/Licensing

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

var orderedColumns = function orderedColumns(tableColumns, order) {
var result = tableColumns.slice();
result.sort(function (a, b) {
return mergeSort(tableColumns, function (a, b) {
if (a.type !== TABLE_DATA_TYPE || b.type !== TABLE_DATA_TYPE) return 0;

@@ -1250,4 +1248,2 @@

});
return result;
};

@@ -1254,0 +1250,0 @@

/**
* Bundle of @devexpress/dx-grid-core
* Generated: 2018-03-07
* Version: 1.1.0-beta.3
* Generated: 2018-03-15
* Version: 1.1.0
* License: https://js.devexpress.com/Licensing

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

var orderedColumns = function orderedColumns(tableColumns, order) {
var result = tableColumns.slice();
result.sort(function (a, b) {
return mergeSort(tableColumns, function (a, b) {
if (a.type !== TABLE_DATA_TYPE || b.type !== TABLE_DATA_TYPE) return 0;

@@ -1254,4 +1252,2 @@

});
return result;
};

@@ -1258,0 +1254,0 @@

{
"name": "@devexpress/dx-grid-core",
"version": "1.1.0-beta.3",
"version": "1.1.0",
"description": "Core library for the DevExtreme Reactive Grid component",

@@ -42,3 +42,3 @@ "author": {

"devDependencies": {
"@devexpress/dx-core": "1.1.0-beta.3",
"@devexpress/dx-core": "1.1.0",
"babel-core": "^6.26.0",

@@ -51,15 +51,15 @@ "babel-jest": "^22.4.1",

"core-js": "^2.5.3",
"eslint": "^4.18.1",
"eslint": "^4.18.2",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-filenames": "^1.2.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jest": "^21.12.2",
"eslint-plugin-jest": "^21.15.0",
"jest": "^22.4.2",
"rollup": "0.50.0",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-license": "^0.5.0"
"rollup-plugin-license": "^0.6.0"
},
"peerDependencies": {
"@devexpress/dx-core": "1.1.0-beta.3"
"@devexpress/dx-core": "1.1.0"
}
}

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