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

postcss-normalize-whitespace

Package Overview
Dependencies
Maintainers
7
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-normalize-whitespace - npm Package Compare versions

Comparing version

to
7.0.1

6

package.json
{
"name": "postcss-normalize-whitespace",
"version": "7.0.0",
"version": "7.0.1",
"description": "Trim whitespace inside and around CSS rules & declarations.",

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

"devDependencies": {
"postcss": "^8.4.38"
"postcss": "^8.5.3"
},
"peerDependencies": {
"postcss": "^8.4.31"
"postcss": "^8.4.32"
}
}

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

*/
declare function pluginCreator(): import('postcss').Plugin;
declare function pluginCreator(): import("postcss").Plugin;
declare namespace pluginCreator {

@@ -9,0 +9,0 @@ let postcss: true;