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

css-analyzer

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-analyzer - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

5

bin/cssa.js

@@ -5,7 +5,6 @@ /* global module,require,process */

var cssa = require('./css-analyzer'),
nomnom = require('nomnom'),
var cssa = require('../index'),
nomnom = require('nomnom'),
args;
args = nomnom

@@ -12,0 +11,0 @@ .script('cssa')

2

package.json
{
"name": "css-analyzer",
"version": "0.0.2",
"version": "0.0.3",
"description": "A simple tool to parse your CSS file and get selector and declaration counts.",

@@ -5,0 +5,0 @@ "keywords": ["css, selectors, declaration, media query, selector count"],

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