Socket
Socket
Sign inDemoInstall

postcss-minify-font-values

Package Overview
Dependencies
14
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

0

lib/minify-family.js

@@ -0,0 +0,0 @@ var stringify = require('postcss-value-parser').stringify;

module.exports = function (value) {
return value === 'normal' ? '400' : value === 'bold' ? '700' : value;
};

12

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

@@ -33,3 +33,11 @@ "main": "index.js",

"uniqs": "^2.0.0"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/TrySound/postcss-minify-font-values.git"
},
"bugs": {
"url": "https://github.com/TrySound/postcss-minify-font-values/issues"
},
"homepage": "https://github.com/TrySound/postcss-minify-font-values"
}

@@ -0,0 +0,0 @@ # postcss-minify-font-values [![Build Status][ci-img]][ci]

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