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

@devexpress/dx-react-core

Package Overview
Dependencies
Maintainers
10
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 4.0.2 to 4.0.3

18

dist/dx-react-core.es.js
/**
* Bundle of @devexpress/dx-react-core
* Generated: 2022-12-26
* Version: 4.0.2
* Generated: 2023-01-27
* Version: 4.0.3
* License: https://js.devexpress.com/Licensing

@@ -84,6 +84,10 @@ */

function __spreadArray(to, from) {
for (var i = 0, il = from.length, j = to.length; i < il; i++, j++)
to[j] = from[i];
return to;
function __spreadArray(to, from, pack) {
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
if (ar || !(i in from)) {
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
ar[i] = from[i];
}
}
return to.concat(ar || from);
}

@@ -109,3 +113,3 @@

var calculatedPosition = positionContext();
return __spreadArray(__spreadArray([], __read(calculatedPosition)), [index]);
return __spreadArray(__spreadArray([], __read(calculatedPosition), false), [index], false);
};

@@ -112,0 +116,0 @@ _this.indexes[index] = fn;

{
"name": "@devexpress/dx-react-core",
"version": "4.0.2",
"version": "4.0.3",
"description": "Core library for DevExtreme React Components",

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

"rollup-plugin-license": "^0.12.1",
"rollup-plugin-typescript2": "^0.30.0",
"rollup-plugin-typescript2": "^0.31.0",
"ts-jest": "^29.0.3",

@@ -75,3 +75,3 @@ "tslib": "^2.4.1",

"dependencies": {
"@devexpress/dx-core": "4.0.2",
"@devexpress/dx-core": "4.0.3",
"prop-types": "^15.7.2"

@@ -83,3 +83,3 @@ },

},
"gitHead": "be4b12a3f7f9db534813d57e4c248a305a3ad3a5"
"gitHead": "01353665d8b26a593ad1d6f854ef401847cf3662"
}

Sorry, the diff of this file is not supported yet

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