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
0
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 2.6.2 to 2.6.3-alpha.22

39

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

@@ -11,11 +11,2 @@ "author": {

"license": "Apache-2.0",
"main": "index.js",
"bin": "./build/run.js",
"scripts": {
"postinstall": "node ./build/install.js",
"lint:clippy": "cargo clippy",
"lint:rustfmt": "cargo +nightly fmt --check",
"bench": "cargo bench",
"test": "cargo test"
},
"repository": {

@@ -25,5 +16,6 @@ "type": "git",

},
"files": [
"build/*.js"
],
"bugs": {
"url": "https://github.com/adamgian/minify-selectors/issues"
},
"homepage": "https://github.com/adamgian/minify-selectors#readme",
"keywords": [

@@ -39,9 +31,20 @@ "CSS",

],
"bugs": {
"url": "https://github.com/adamgian/minify-selectors/issues"
"bin": {
"minify-selectors": "bin/minify-selectors"
},
"homepage": "https://github.com/adamgian/minify-selectors#readme",
"dependencies": {
"binary-install": "^1.0.1"
"files": [
"install.js"
],
"optionalDependencies": {
"@minify-selectors/darwin-arm64": "2.6.3-alpha.22",
"@minify-selectors/darwin-64": "2.6.3-alpha.22",
"@minify-selectors/linux-32": "2.6.3-alpha.22",
"@minify-selectors/linux-64": "2.6.3-alpha.22",
"@minify-selectors/linux-arm64": "2.6.3-alpha.22",
"@minify-selectors/windows-32": "2.6.3-alpha.22",
"@minify-selectors/windows-64": "2.6.3-alpha.22"
},
"scripts": {
"postinstall": "node install.js"
}
}
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