Socket
Socket
Sign inDemoInstall

postcss-minify-font-values

Package Overview
Dependencies
5
Maintainers
8
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.2 to 6.0.3

types/index.d.ts.map

2

package.json
{
"name": "postcss-minify-font-values",
"version": "6.0.2",
"version": "6.0.3",
"description": "Minify font declarations with PostCSS",

@@ -5,0 +5,0 @@ "main": "src/index.js",

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

declare var postcss: true;
//# sourceMappingURL=index.d.ts.map

@@ -6,1 +6,2 @@ export let style: Set<string>;

export let size: Set<string>;
//# sourceMappingURL=keywords.d.ts.map
declare function _exports(nodes: import('postcss-value-parser').Node[], opts: import('../index').Options): import('postcss-value-parser').WordNode[];
export = _exports;
//# sourceMappingURL=minify-family.d.ts.map
declare function _exports(unminified: string, opts: import('../index').Options): string;
export = _exports;
//# sourceMappingURL=minify-font.d.ts.map
declare function _exports(value: string): string;
export = _exports;
//# sourceMappingURL=minify-weight.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