Socket
Socket
Sign inDemoInstall

postcss-ordered-values

Package Overview
Dependencies
6
Maintainers
7
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.1 to 6.0.2

types/index.d.ts.map

6

package.json
{
"name": "postcss-ordered-values",
"version": "6.0.1",
"version": "6.0.2",
"description": "Ensure values are ordered consistently in your CSS.",

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

"postcss-value-parser": "^4.2.0",
"cssnano-utils": "^4.0.1"
"cssnano-utils": "^4.0.2"
},

@@ -37,3 +37,3 @@ "bugs": {

"devDependencies": {
"postcss": "^8.4.32"
"postcss": "^8.4.35"
},

@@ -40,0 +40,0 @@ "peerDependencies": {

@@ -10,1 +10,2 @@ export = pluginCreator;

}
//# sourceMappingURL=index.d.ts.map
declare function _exports(): import('postcss-value-parser').SpaceNode;
export = _exports;
//# sourceMappingURL=addSpace.d.ts.map
declare function _exports(values: import('postcss-value-parser').Node[][]): string;
export = _exports;
//# sourceMappingURL=getValue.d.ts.map
declare function _exports(grid: string[]): string;
export = _exports;
//# sourceMappingURL=joinGridValue.d.ts.map
declare const _exports: Set<string>;
export = _exports;
//# sourceMappingURL=mathfunctions.d.ts.map

@@ -7,1 +7,2 @@ export = vendorUnprefixed;

declare function vendorUnprefixed(prop: string): string;
//# sourceMappingURL=vendorUnprefixed.d.ts.map
declare function _exports(parsed: import('postcss-value-parser').ParsedValue): string;
export = _exports;
//# sourceMappingURL=animation.d.ts.map
declare function _exports(border: import('postcss-value-parser').ParsedValue): string;
export = _exports;
//# sourceMappingURL=border.d.ts.map
declare function _exports(parsed: import('postcss-value-parser').ParsedValue): string;
export = _exports;
//# sourceMappingURL=boxShadow.d.ts.map
declare function _exports(columns: import('postcss-value-parser').ParsedValue): import('postcss-value-parser').ParsedValue | string;
export = _exports;
//# sourceMappingURL=columns.d.ts.map
declare function _exports(flexFlow: import('postcss-value-parser').ParsedValue): string;
export = _exports;
//# sourceMappingURL=flexFlow.d.ts.map

@@ -16,1 +16,2 @@ /**

export function normalizeGridColumnRow(grid: import('postcss-value-parser').ParsedValue): string | string[];
//# sourceMappingURL=grid.d.ts.map
declare function _exports(listStyle: import('postcss-value-parser').ParsedValue): string;
export = _exports;
//# sourceMappingURL=listStyle.d.ts.map
declare function _exports(parsed: import('postcss-value-parser').ParsedValue): string;
export = _exports;
//# sourceMappingURL=transition.d.ts.map
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc