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.0 to 6.0.1

6

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

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

"devDependencies": {
"postcss": "^8.2.15"
"postcss": "^8.4.32"
},
"peerDependencies": {
"postcss": "^8.2.15"
"postcss": "^8.4.31"
}
}

@@ -12,4 +12,4 @@ 'use strict';

: lowerCasedValue === 'bold'
? '700'
: value;
? '700'
: value;
};

@@ -1,5 +0,5 @@

export const style: Set<string>;
export const variant: Set<string>;
export const weight: Set<string>;
export const stretch: Set<string>;
export const size: Set<string>;
export let style: Set<string>;
export let variant: Set<string>;
export let weight: Set<string>;
export let stretch: Set<string>;
export let size: Set<string>;
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