Socket
Socket
Sign inDemoInstall

@devexpress/utils

Package Overview
Dependencies
Maintainers
36
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devexpress/utils - npm Package Compare versions

Comparing version 1.3.14 to 1.3.15

2

lib/utils/evt.js

@@ -51,3 +51,3 @@ "use strict";

if (browser_1.Browser.WebKitFamily)
return evt.type === 'pointermove' ? evt.buttons === 1 : evt.which === 1;
return (evt.type === 'pointermove' || evt.type === 'pointerenter' || evt.type === 'pointerleave') ? evt.buttons === 1 : evt.which === 1;
if (browser_1.Browser.NetscapeFamily || browser_1.Browser.Edge || (browser_1.Browser.IE && browser_1.Browser.Version >= 11))

@@ -54,0 +54,0 @@ return EvtUtils.isMoveEventName(evt.type) ? evt.buttons === 1 : evt.which === 1;

{
"name": "@devexpress/utils",
"version": "1.3.14",
"version": "1.3.15",
"description": "DevExpress utils",

@@ -5,0 +5,0 @@ "author": "DevExpress Inc.",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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