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

@devexpress/utils

Package Overview
Dependencies
Maintainers
33
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.1 to 1.3.2

1

lib/browser.d.ts

@@ -40,4 +40,5 @@ export declare class Browser {

static fillDocumentElementBrowserTypeClassNames(browserTypesOrderedList: string[]): void;
private static getUserAgent;
static _foo: void;
}
//# sourceMappingURL=browser.d.ts.map

7

lib/browser.js

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

documentElementClassName += 'dxBrowserVersion-' + Browser.MajorVersion;
if (document && document.documentElement) {
if (typeof document !== 'undefined' && document && document.documentElement) {
if (document.documentElement.className !== '')

@@ -203,3 +203,6 @@ documentElementClassName = ' ' + documentElementClassName;

};
Browser.UserAgent = navigator.userAgent.toLowerCase();
Browser.getUserAgent = function () {
return typeof navigator !== 'undefined' && navigator.userAgent ? navigator.userAgent.toLowerCase() : '';
};
Browser.UserAgent = Browser.getUserAgent();
Browser._foo = Browser.IdentUserAgent(Browser.UserAgent);

@@ -206,0 +209,0 @@ return Browser;

{
"name": "@devexpress/utils",
"version": "1.3.1",
"version": "1.3.2",
"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