🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

postcss-normalize-url

Package Overview
Dependencies
Maintainers
8
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-normalize-url - npm Package Compare versions

Comparing version

to
6.0.1

6

package.json
{
"name": "postcss-normalize-url",
"version": "6.0.0",
"version": "6.0.1",
"description": "Normalize URLs with PostCSS",

@@ -39,7 +39,7 @@ "main": "src/index.js",

"devDependencies": {
"postcss": "^8.2.15"
"postcss": "^8.4.32"
},
"peerDependencies": {
"postcss": "^8.2.15"
"postcss": "^8.4.31"
}
}

@@ -8,3 +8,3 @@ export = pluginCreator;

declare namespace pluginCreator {
const postcss: true;
let postcss: true;
}