Socket
Socket
Sign inDemoInstall

postcss-minify-params

Package Overview
Dependencies
12
Maintainers
8
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.4 to 5.0.5

src/index.js

12

package.json
{
"name": "postcss-minify-params",
"version": "5.0.4",
"version": "5.0.5",
"description": "Minify at-rule params with PostCSS",

@@ -13,5 +13,5 @@ "keywords": [

],
"main": "dist/index.js",
"main": "src/index.js",
"files": [
"dist",
"src",
"LICENSE"

@@ -28,3 +28,3 @@ ],

"browserslist": "^4.16.6",
"cssnano-utils": "^3.0.1",
"cssnano-utils": "^3.0.2",
"postcss-value-parser": "^4.2.0"

@@ -41,7 +41,3 @@ },

},
"scripts": {
"prebuild": "rimraf dist",
"build": "babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\""
},
"readme": "# postcss-minify-params [![Build Status][ci-img]][ci]\n\n> Minify at-rule params with PostCSS.\n\n```css\n@media only screen and ( min-width: 400px, min-height: 500px ) {\n h2{\n color:blue\n }\n}\n```\n\n```css\n@media only screen and (min-width:400px,min-height:500px) {\n h2{\n color:blue\n }\n}\n```\n\n## Usage\n\n```js\npostcss([ require('postcss-minify-params') ])\n```\n\nSee [PostCSS] docs for examples for your environment.\n\n## Contributors\n\nSee [CONTRIBUTORS.md](https://github.com/cssnano/cssnano/blob/master/CONTRIBUTORS.md).\n\n## License\n\nMIT © [Bogdan Chadkin](mailto:trysound@yandex.ru)\n\n[PostCSS]: https://github.com/postcss/postcss\n[ci-img]: https://travis-ci.org/cssnano/postcss-minify-params.svg\n[ci]: https://travis-ci.org/cssnano/postcss-minify-params\n"
}
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