Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

uncss

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uncss - npm Package Compare versions

Comparing version 0.5.4 to 0.5.5

1

bin/index.js

@@ -0,1 +1,2 @@

#!/usr/bin/env node
(function () {

@@ -2,0 +3,0 @@ 'use strict';

12

package.json
{
"name": "uncss",
"version": "0.5.4",
"version": "0.5.5",
"description": "Remove unused CSS styles",

@@ -13,3 +13,3 @@ "main": "lib/uncss.js",

"bin": {
"uncss": "node bin/index.js"
"uncss": "bin/index.js"
},

@@ -31,8 +31,8 @@ "repository": {

"dependencies": {
"css": ">= 1.1.0",
"csso": ">= 1.3.7",
"commander": "~2.0.0",
"cheerio": "~0.12.3",
"css": "~1.4.4",
"csso": "~1.3.10",
"commander": "~2.1.0",
"cheerio": "~0.12.4",
"underscore": "~1.5.2"
}
}
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