New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

scout-css

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scout-css

CSS auditing tool

latest
Source
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

Scout

An auditing tool that helps reveal CSS dragons lurking within your stylesheets.

Getting Started

npm install scout-css --save-dev

Usage

Node

const scout = require('scout-css');
const cssFile = 'public/css/app.min.css'

scout(cssFile).then(results => {
  // Do stuff with the results!
});

CLI

$ scout-css check-severity <path/to/css>

Development (Web app)

Install all the things:

npm install

Fire it up:

npm run dev

Go to http://localhost:3000/

Keywords

audit

FAQs

Package last updated on 13 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts