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

standard-sass

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

standard-sass

standard sass linter

latest
Source
npmnpm
Version
1.0.8
Version published
Weekly downloads
8
-20%
Maintainers
1
Weekly downloads
 
Created
Source

standard-sass

NPM version Dependency Status devDependency Status Build Status License

standard-sass is a simple, zero-configuration, standalone(Independent) command-line sass(css) style linter (use sass-lint) like standard-js.

Installing globally:

Installation via npm:

 npm install standard-sass -g

This will install standard-sass globally so that it may be run from the command line.

Usage:

ssass <sass-path-pattern> [options]

The default <sass-path-pattern> is s+(a|c)ss/**/*.s+(a|c)ss and css/**/*.css

The default [options] is -q -v

  Usage: standard-sass [options] <pattern>

  Options:

    -h, --help                output usage information
    -V, --version             output the version number
    -c, --config [path]       path to custom config file
    -i, --ignore [pattern]    pattern to ignore. For multiple ignores, separate each pattern by `, ` within a string
    -q, --no-exit             do not exit on errors
    -v, --verbose             verbose output
    -f, --format [format]     pass one of the available eslint formats
    -o, --output [output]     the path and filename where you would like output to be written
    -s, --syntax [syntax]     syntax to evaluate the file(s) with (either sass or scss)
    --max-warnings [integer]  Number of warnings to trigger nonzero exit code

Keywords

sass

FAQs

Package last updated on 23 Jun 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