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

cssnano-utils

Package Overview
Dependencies
Maintainers
4
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cssnano-utils - npm Package Compare versions

Comparing version
5.0.0
to
5.0.1
+3
-3
package.json
{
"name": "cssnano-utils",
"version": "5.0.0",
"version": "5.0.1",
"repository": "cssnano/cssnano",

@@ -22,8 +22,8 @@ "main": "src/index.js",

"devDependencies": {
"postcss": "^8.4.38",
"postcss": "^8.5.3",
"postcss-value-parser": "^4.2.0"
},
"peerDependencies": {
"postcss": "^8.4.31"
"postcss": "^8.4.32"
}
}

@@ -1,3 +0,3 @@

declare function _exports(node: import('postcss-value-parser').ParsedValue | import('postcss-value-parser').FunctionNode): import('postcss-value-parser').Node[][];
declare function _exports(node: import("postcss-value-parser").ParsedValue | import("postcss-value-parser").FunctionNode): import("postcss-value-parser").Node[][];
export = _exports;
//# sourceMappingURL=getArguments.d.ts.map

@@ -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;

@@ -12,5 +12,5 @@ export = sameParent;

}
type Child = import('postcss').AnyNode & {
type Child = import("postcss").AnyNode & {
parent?: Child;
};
//# sourceMappingURL=sameParent.d.ts.map