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

@devexpress/dx-react-core

Package Overview
Dependencies
Maintainers
13
Versions
109
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 1.10.4 to 1.10.5

0

dist/dx-react-core.d.ts

@@ -0,0 +0,0 @@ // Dependencies for this module:

13

dist/dx-react-core.es.js
/**
* Bundle of @devexpress/dx-react-core
* Generated: 2019-03-11
* Version: 1.10.4
* Generated: 2019-03-28
* Version: 1.10.5
* License: https://js.devexpress.com/Licensing

@@ -1004,6 +1004,7 @@ */

this.contractTrigger.scrollLeft = size.width;
this.expandNotifier.style.width = size.width + 1 + "px";
this.expandNotifier.style.height = size.height + 1 + "px";
this.expandTrigger.scrollTop = 1;
this.expandTrigger.scrollLeft = 1;
var scrollOffset = 2;
this.expandNotifier.style.width = size.width + scrollOffset + "px";
this.expandNotifier.style.height = size.height + scrollOffset + "px";
this.expandTrigger.scrollTop = scrollOffset;
this.expandTrigger.scrollLeft = scrollOffset;
var onSizeChange = this.props.onSizeChange;

@@ -1010,0 +1011,0 @@ onSizeChange(size);

/**
* Bundle of @devexpress/dx-react-core
* Generated: 2019-03-11
* Version: 1.10.4
* Generated: 2019-03-28
* Version: 1.10.5
* License: https://js.devexpress.com/Licensing

@@ -1007,6 +1007,7 @@ */

this.contractTrigger.scrollLeft = size.width;
this.expandNotifier.style.width = size.width + 1 + "px";
this.expandNotifier.style.height = size.height + 1 + "px";
this.expandTrigger.scrollTop = 1;
this.expandTrigger.scrollLeft = 1;
var scrollOffset = 2;
this.expandNotifier.style.width = size.width + scrollOffset + "px";
this.expandNotifier.style.height = size.height + scrollOffset + "px";
this.expandTrigger.scrollTop = scrollOffset;
this.expandTrigger.scrollLeft = scrollOffset;
var onSizeChange = this.props.onSizeChange;

@@ -1013,0 +1014,0 @@ onSizeChange(size);

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

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

"dependencies": {
"@devexpress/dx-core": "1.10.4",
"@devexpress/dx-core": "1.10.5",
"prop-types": "^15.7.2"

@@ -73,3 +73,3 @@ },

},
"gitHead": "b67a8aea7e713a96731fd2fbf063acde1a1bb4c7"
"gitHead": "a88f0951a1abeff9f79fb0dc0148cd28879541d5"
}

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