Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

postcss-minify-font-values

Package Overview
Dependencies
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-minify-font-values - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

0

lib/minify-family.js

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

4

lib/minify-font.js

@@ -1,2 +0,2 @@

var parser = require('postcss-value-parser');
var unit = require('postcss-value-parser').unit;
var keywords = require('./keywords');

@@ -25,3 +25,3 @@ var minifyFamily = require('./minify-family');

}
} else if (~keywords.size.indexOf(node.value) || parser.unit(node.value)) {
} else if (~keywords.size.indexOf(node.value) || unit(node.value)) {
if (!hasSize) {

@@ -28,0 +28,0 @@ familyStart = i;

{
"name": "postcss-minify-font-values",
"version": "1.0.1",
"version": "1.0.2",
"description": "Minify font declarations with PostCSS",

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

"scripts": {
"test": "eslint index.js lib test && tape test/*.js"
"test": "eslint index.js lib test && tape test/*.js | tap-spec"
},

@@ -32,3 +32,3 @@ "author": "Bogdan Chadkin <trysound@yandex.ru>",

"postcss": "^5.0.4",
"postcss-value-parser": "^2.0.0",
"postcss-value-parser": "^3.0.2",
"uniqs": "^2.0.0"

@@ -35,0 +35,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc