Socket
Socket
Sign inDemoInstall

postcss-merge-longhand

Package Overview
Dependencies
15
Maintainers
7
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.3 to 6.0.4

types/index.d.ts.map

4

package.json
{
"name": "postcss-merge-longhand",
"version": "6.0.3",
"version": "6.0.4",
"description": "Merge longhand properties into shorthand with PostCSS.",

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

"postcss-value-parser": "^4.2.0",
"stylehacks": "^6.0.3"
"stylehacks": "^6.1.0"
},

@@ -32,0 +32,0 @@ "bugs": {

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

}
//# sourceMappingURL=index.d.ts.map
declare const _exports: (prop: import('postcss').Declaration, includeCustomProps?: boolean) => boolean;
export = _exports;
//# sourceMappingURL=canExplode.d.ts.map
declare const _exports: (props: import('postcss').Declaration[], includeCustomProps?: boolean) => boolean;
export = _exports;
//# sourceMappingURL=canMerge.d.ts.map
declare const _exports: Set<string>;
export = _exports;
//# sourceMappingURL=colornames.d.ts.map

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

export function merge(rule: import('postcss').Rule): void;
//# sourceMappingURL=borders.d.ts.map

@@ -6,1 +6,2 @@ declare function _exports(prop: string): {

export = _exports;
//# sourceMappingURL=boxBase.d.ts.map

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

export function merge(rule: import('postcss').Rule): void;
//# sourceMappingURL=columns.d.ts.map
declare const _exports: (typeof borders)[];
export = _exports;
import borders = require("./borders");
//# sourceMappingURL=index.d.ts.map

@@ -6,1 +6,2 @@ declare const _exports: {

export = _exports;
//# sourceMappingURL=margin.d.ts.map

@@ -6,1 +6,2 @@ declare const _exports: {

export = _exports;
//# sourceMappingURL=padding.d.ts.map
declare function _exports(rule: import('postcss').Rule, properties: string[]): import('postcss').Declaration[];
export = _exports;
//# sourceMappingURL=getDecls.d.ts.map
declare const _exports: (rule: import('postcss').AnyNode[], prop: string) => import('postcss').Declaration;
export = _exports;
//# sourceMappingURL=getLastNode.d.ts.map
declare function _exports(props: import('postcss').Declaration[], properties: string[]): import('postcss').Declaration[];
export = _exports;
//# sourceMappingURL=getRules.d.ts.map
declare function _exports({ value }: import('postcss').Declaration): string;
export = _exports;
//# sourceMappingURL=getValue.d.ts.map
declare const _exports: (rule: import('postcss').Declaration[], ...props: string[]) => boolean;
export = _exports;
//# sourceMappingURL=hasAllProps.d.ts.map
declare function _exports(rule: import('postcss').Rule, decl: import('postcss').Declaration, props?: Partial<import('postcss').DeclarationProps> | undefined): import('postcss').Declaration;
export = _exports;
//# sourceMappingURL=insertCloned.d.ts.map
declare const _exports: (node: import('postcss').Declaration) => boolean;
export = _exports;
//# sourceMappingURL=isCustomProp.d.ts.map
declare function _exports(rule: import('postcss').Rule, properties: string[], callback: (rules: import('postcss').Declaration[], last: import('postcss').Declaration, props: import('postcss').Declaration[]) => boolean): void;
export = _exports;
//# sourceMappingURL=mergeRules.d.ts.map
declare const _exports: (...rules: import('postcss').Declaration[]) => string;
export = _exports;
//# sourceMappingURL=mergeValues.d.ts.map
declare const _exports: (v: string | [string, string, string, string]) => string;
export = _exports;
//# sourceMappingURL=minifyTrbl.d.ts.map
declare const _exports: (v: string) => string;
export = _exports;
//# sourceMappingURL=minifyWsc.d.ts.map
declare const _exports: (v: string | string[]) => [string, string, string, string];
export = _exports;
//# sourceMappingURL=parseTrbl.d.ts.map
declare function _exports(value: string): [string, string, string];
export = _exports;
//# sourceMappingURL=parseWsc.d.ts.map
declare const _exports: string[];
export = _exports;
//# sourceMappingURL=trbl.d.ts.map

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

export function isValidWsc(wscs: [string, string, string]): boolean;
//# sourceMappingURL=validateWsc.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