You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

cssstyle

Package Overview
Dependencies
Maintainers
3
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cssstyle - npm Package Compare versions

Comparing version
5.3.3
to
5.3.4
+3
-3
lib/CSSStyleDeclaration.js

@@ -394,3 +394,3 @@ /**

let originalText = "";
if (typeof this._onChange === "function") {
if (typeof this._onChange === "function" && !this._setInProgress) {
originalText = this.cssText;

@@ -418,4 +418,4 @@ }

typeof this._onChange === "function" &&
this.cssText !== originalText &&
!this._setInProgress
!this._setInProgress &&
this.cssText !== originalText
) {

@@ -422,0 +422,0 @@ this._onChange(this.cssText);

@@ -9,3 +9,3 @@ {

],
"version": "5.3.3",
"version": "5.3.4",
"homepage": "https://github.com/jsdom/cssstyle",

@@ -41,20 +41,23 @@ "maintainers": [

"dependencies": {
"@asamuzakjp/css-color": "^4.0.3",
"@csstools/css-syntax-patches-for-csstree": "^1.0.14",
"@asamuzakjp/css-color": "^4.1.0",
"@csstools/css-syntax-patches-for-csstree": "1.0.14",
"css-tree": "^3.1.0"
},
"//dependenciesComments": {
"@csstools/css-syntax-patches-for-csstree": "pinned at 1.0.14 for now due to https://github.com/jsdom/cssstyle/issues/256"
},
"devDependencies": {
"@babel/generator": "^7.28.0",
"@babel/parser": "^7.28.0",
"@babel/traverse": "^7.28.0",
"@babel/types": "^7.28.2",
"@babel/generator": "^7.28.5",
"@babel/parser": "^7.28.5",
"@babel/traverse": "^7.28.5",
"@babel/types": "^7.28.5",
"@domenic/eslint-config": "^4.0.1",
"@webref/css": "^6.23.6",
"eslint": "^9.32.0",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.3",
"globals": "^16.3.0",
"eslint-plugin-prettier": "^5.5.4",
"globals": "^16.5.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.6.2",
"resolve": "^1.22.10"
"prettier": "^3.7.4",
"resolve": "^1.22.11"
},

@@ -61,0 +64,0 @@ "scripts": {

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

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