Socket
Socket
Sign inDemoInstall

minify-selectors

Package Overview
Dependencies
22
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.3 to 2.3.3

2

package.json
{
"name": "minify-selectors",
"version": "2.1.3",
"version": "2.3.3",
"description": "Post-processor that minifies classes and IDs in CSS, HTML, Javascript and SVG files.",

@@ -5,0 +5,0 @@ "author": {

@@ -14,3 +14,3 @@ [1]: https://github.com/adamgian/minify-selectors/releases/latest

Post-processor that minifies classes and IDs selector names in CSS, HTML, Javascript and SVG files. minify-selectors aims to offer comprehensive out of the box support with minimal fuss.
Post-processor that minifies class and ID selector names in CSS, HTML, Javascript and SVG files. minify-selectors aims to offer comprehensive out of the box support with minimal fuss.

@@ -235,3 +235,3 @@ Enhance your front-end assets and build optimisations pipeline — wring even more out from your already minified and optimised payload sizes. Additionally can offer a certain degree of obfuscation to your code.

1. Install via npm:
1. Install [minify-selectors](https://www.npmjs.com/package/minify-selectors) via npm:
```shell

@@ -317,3 +317,19 @@ npm i minify-selectors

</tr>
<tr>
<td valign="top">
<code lang="shell">--parallel</code>
</td>
<td>
Enable concurrent processing.
</td>
</tr>
<tr>
<td valign="top">
<code lang="shell">--disable-sort</code>
</td>
<td>
Skip reordering of selectors by frequency before minifying.
</td>
</tr>
</tbody>
</table>
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