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.5 to 4.0.0-rc.0

CHANGELOG.md

40

package.json
{
"name": "postcss-minify-font-values",
"version": "1.0.5",
"version": "4.0.0-rc.0",
"description": "Minify font declarations with PostCSS",
"main": "index.js",
"main": "dist/index.js",
"files": [
"index.js",
"lib"
"dist"
],
"scripts": {
"test": "tape test/*.js | tap-spec",
"posttest": "eslint index.js lib test"
},
"author": "Bogdan Chadkin <trysound@yandex.ru>",

@@ -24,20 +19,21 @@ "license": "MIT",

],
"devDependencies": {
"eslint": "^1.3.1",
"tap-spec": "^4.1.0",
"tape": "^4.2.0"
},
"dependencies": {
"object-assign": "^4.0.1",
"postcss": "^5.0.4",
"postcss-value-parser": "^3.0.2"
"postcss": "^6.0.0",
"postcss-value-parser": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TrySound/postcss-minify-font-values.git"
},
"repository": "ben-eb/cssnano",
"bugs": {
"url": "https://github.com/TrySound/postcss-minify-font-values/issues"
"url": "https://github.com/ben-eb/cssnano/issues"
},
"homepage": "https://github.com/TrySound/postcss-minify-font-values"
"homepage": "https://github.com/ben-eb/cssnano",
"scripts": {
"prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
},
"devDependencies": {
"babel-cli": "^6.0.0",
"cross-env": "^3.0.0"
},
"engines": {
"node": ">=4"
}
}

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

Type: `boolean`
Default: `true`
Default: `false`
Pass `false` to disable the module from removing font families after it
encounters a font keyword, for example `sans-serif`.
Pass `true` to remove font families after the module encounters a font keyword,
for example `sans-serif`.

@@ -71,2 +71,8 @@ ##### removeDuplicates

## Contributors
See [CONTRIBUTORS.md](https://github.com/ben-eb/cssnano/blob/master/CONTRIBUTORS.md).
# License
MIT © [Bogdan Chadkin](mailto:trysound@yandex.ru)

@@ -76,3 +82,3 @@

[PostCSS]: https://github.com/postcss/postcss
[ci-img]: https://travis-ci.org/TrySound/postcss-minify-font-values.svg
[ci]: https://travis-ci.org/TrySound/postcss-minify-font-values
[ci-img]: https://travis-ci.org/ben-eb/postcss-minify-font-values.svg
[ci]: https://travis-ci.org/ben-eb/postcss-minify-font-values
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