@adobe/css-tools
Advanced tools
Comparing version 4.3.1 to 4.3.2
@@ -0,1 +1,8 @@ | ||
4.3.2 / 2023-11-28 | ||
================== | ||
* Fix redos vulnerability with specific crafted css string - CVE-2023-48631 | ||
* Fix Problem parsing with :is() and nested :nth-child() #211 | ||
4.3.1 / 2023-03-14 | ||
@@ -2,0 +9,0 @@ ================== |
{ | ||
"name": "@adobe/css-tools", | ||
"version": "4.3.1", | ||
"version": "4.3.2", | ||
"description": "CSS parser / stringifier", | ||
@@ -19,4 +19,4 @@ "source": "src/index.ts", | ||
"devDependencies": { | ||
"@parcel/packager-ts": "2.9.3", | ||
"@parcel/transformer-typescript-types": "2.9.3", | ||
"@parcel/packager-ts": "2.10.3", | ||
"@parcel/transformer-typescript-types": "2.10.3", | ||
"@types/benchmark": "^2.1.1", | ||
@@ -30,3 +30,3 @@ "@types/bytes": "^3.1.1", | ||
"jest": "^29.6.2", | ||
"parcel": "^2.9.3", | ||
"parcel": "^2.10.3", | ||
"ts-jest": "^29.1.1", | ||
@@ -33,0 +33,0 @@ "typescript": "^5.0.2" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
182610
1667