New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

minify-selectors

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minify-selectors - npm Package Compare versions

Comparing version 1.0.0 to 1.6.2-beta.1

0

build/binary.js

@@ -0,0 +0,0 @@ const { Binary } = require('binary-install');

@@ -0,0 +0,0 @@ #!/usr/bin/env node

@@ -0,0 +0,0 @@ #!/usr/bin/env node

5

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

@@ -15,4 +15,5 @@ "author": {

"postinstall": "node ./build/install.js",
"lint:clippy": "cargo clippy -- -A clippy::needless_return",
"lint:clippy": "cargo clippy",
"lint:rustfmt": "cargo +nightly fmt --check",
"bench": "cargo bench",
"test": "cargo test"

@@ -19,0 +20,0 @@ },

@@ -14,5 +14,5 @@ [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. Each unique selector, and any subsequent occurances elsewhere, is converted into an ultracompact one.
Post-processor that minifies classes and IDs selector names in CSS, HTML, Javascript and SVG files. Each unique selector — and any subsequent occurances elsewhere — is converted into an ultracompact one.
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.
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.

@@ -30,3 +30,3 @@ <br>

minify-selectors aims to minify all obvious selectors right out of the gate. Any extra work configuring should be to assist minify-selectors to identify additional and/or ambigious selectors.
minify-selectors aims to minify all obvious selectors right out of the gate. Any extra work configuring should be to assist minify-selectors to identify additional or ambigious selectors.

@@ -228,3 +228,3 @@

### Running as CLI tool
### Running as a CLI tool

@@ -252,3 +252,3 @@ 1. Install via homebrew:

<tr>
<th align="left" width="165">Flag</th>
<th align="left" width="165">Option</th>
<th align="left">Description</th>

@@ -255,0 +255,0 @@ </tr>

Sorry, the diff of this file is not supported yet

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