postcss-normalize-url
Advanced tools
Comparing version 6.0.2 to 7.0.0
{ | ||
"name": "postcss-normalize-url", | ||
"version": "6.0.2", | ||
"version": "7.0.0", | ||
"description": "Normalize URLs with PostCSS", | ||
@@ -36,6 +36,6 @@ "main": "src/index.js", | ||
"engines": { | ||
"node": "^14 || ^16 || >=18.0" | ||
"node": "^18.12.0 || ^20.9.0 || >=22.0" | ||
}, | ||
"devDependencies": { | ||
"postcss": "^8.4.35" | ||
"postcss": "^8.4.38" | ||
}, | ||
@@ -42,0 +42,0 @@ "peerDependencies": { |
@@ -38,3 +38,3 @@ 'use strict'; | ||
normalizedURL = normalize(url); | ||
} catch (e) { | ||
} catch { | ||
normalizedURL = url; | ||
@@ -41,0 +41,0 @@ } |
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
11083