🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

postcss-reduce-initial

Package Overview
Dependencies
Maintainers
7
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-reduce-initial - npm Package Compare versions

Comparing version
7.0.9
to
8.0.0
+4
-4
package.json
{
"name": "postcss-reduce-initial",
"version": "7.0.9",
"version": "8.0.0",
"description": "Reduce initial definitions to the actual initial value, where possible.",

@@ -33,3 +33,3 @@ "main": "src/index.js",

"engines": {
"node": "^18.12.0 || ^20.9.0 || >=22.0"
"node": "^22.11.0 || ^24.11.0 || >=26.0"
},

@@ -39,6 +39,6 @@ "devDependencies": {

"html-to-text": "^9.0.5",
"postcss": "^8.5.13"
"postcss": "^8.5.14"
},
"peerDependencies": {
"postcss": "^8.5.13"
"postcss": "^8.5.14"
},

@@ -45,0 +45,0 @@ "scripts": {