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

@devexpress/utils

Package Overview
Dependencies
Maintainers
25
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.4.0 to 1.4.1

4

lib/utils/attr.js

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

AttrUtils.restoreElementStyleAttribute = function (obj, attrName) {
var savedAttrName = "saved" + attrName;
var savedAttrName = "dxwu_saved" + attrName;
var style = obj.style;

@@ -64,3 +64,3 @@ if (AttrUtils.isExistsAttributeInElement(obj, savedAttrName)) {

AttrUtils.saveStyleAttributeInElement = function (obj, attrName) {
var savedAttrName = "saved" + attrName;
var savedAttrName = "dxwu_saved" + attrName;
var style = obj.style;

@@ -67,0 +67,0 @@ if (!AttrUtils.isExistsAttributeInElement(obj, savedAttrName)) {

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