Socket
Socket
Sign inDemoInstall

@devexpress/dx-react-core

Package Overview
Dependencies
Maintainers
16
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 2.7.0 to 2.7.1

9

dist/dx-react-core.es.js
/**
* Bundle of @devexpress/dx-react-core
* Generated: 2020-07-17
* Version: 2.7.0
* Generated: 2020-08-25
* Version: 2.7.1
* License: https://js.devexpress.com/Licensing

@@ -32,3 +32,3 @@ */

({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
return extendStatics(d, b);

@@ -754,3 +754,3 @@ };

node.removeEventListener('touchstart', this.touchStartListener);
node.addEventListener('mousedown', this.mouseDownListener, { passive: true });
node.addEventListener('mousedown', this.mouseDownListener);
node.addEventListener('touchstart', this.touchStartListener, { passive: true });

@@ -761,2 +761,3 @@ };

return;
e.preventDefault();
this.mouseStrategy.start(e);

@@ -763,0 +764,0 @@ e[draggingHandled] = true;

/**
* Bundle of @devexpress/dx-react-core
* Generated: 2020-07-17
* Version: 2.7.0
* Generated: 2020-08-25
* Version: 2.7.1
* License: https://js.devexpress.com/Licensing

@@ -35,3 +35,3 @@ */

({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
return extendStatics(d, b);

@@ -757,3 +757,3 @@ };

node.removeEventListener('touchstart', this.touchStartListener);
node.addEventListener('mousedown', this.mouseDownListener, { passive: true });
node.addEventListener('mousedown', this.mouseDownListener);
node.addEventListener('touchstart', this.touchStartListener, { passive: true });

@@ -764,2 +764,3 @@ };

return;
e.preventDefault();
this.mouseStrategy.start(e);

@@ -766,0 +767,0 @@ e[draggingHandled] = true;

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

@@ -57,10 +57,10 @@ "author": {

"rollup-plugin-license": "^0.12.1",
"rollup-plugin-typescript2": "^0.27.1",
"rollup-plugin-typescript2": "^0.27.2",
"ts-jest": "^24.1.0",
"tslint": "^5.20.1",
"tslint-config-airbnb": "^5.11.2",
"typescript": "3.9.6"
"typescript": "3.9.7"
},
"dependencies": {
"@devexpress/dx-core": "2.7.0",
"@devexpress/dx-core": "2.7.1",
"prop-types": "^15.7.2"

@@ -72,3 +72,3 @@ },

},
"gitHead": "79baca6865e96aafac3f041d16d93bdfb6ec7af2"
"gitHead": "292031d9dc9c6ff826b25182e6ea059400c49a80"
}

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