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

csslint

Package Overview
Dependencies
Maintainers
5
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csslint - npm Package Compare versions

Comparing version 0.10.0 to 1.0.0

CHANGELOG

69

package.json
{
"name": "csslint",
"version": "0.10.0",
"version": "1.0.0",
"description": "CSSLint",
"author": {
"name": "Nicole Sullivan"
},
"author": "Nicole Sullivan",
"contributors": [
{
"name": "Nicholas C. Zakas"
}
"Nicholas C. Zakas"
],
"engines": {
"node": ">=0.8.0"
"homepage": "http://csslint.net/",
"repository": {
"type": "git",
"url": "git+https://github.com/CSSLint/csslint.git"
},
"directories": {
"lib": "lib"
"bugs": {
"url": "https://github.com/CSSLint/csslint/issues"
},
"main": "./lib/csslint-node.js",
"license": "MIT",
"main": "./dist/csslint-node.js",
"bin": {
"csslint": "./cli.js"
"csslint": "./dist/cli.js"
},

@@ -26,28 +25,26 @@ "scripts": {

},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/stubbornella/csslint/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/stubbornella/csslint/issues"
"dependencies": {
"clone": "~1.0.0",
"parserlib": "~1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/stubbornella/csslint.git"
"devDependencies": {
"grunt": "~1.0.1",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-concat": "~1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-include-replace": "~4.0.1",
"load-grunt-tasks": "~3.5.0",
"time-grunt": "~1.3.0",
"yuitest": "~0.7.9"
},
"dependencies": {
"parserlib": "~0.2.2"
"engines": {
"node": ">=0.10.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.5.4",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-watch": "~0.4.4",
"yuitest": "~0.7.9",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-include-replace": "~0.4.0"
}
"files": [
"dist/cli.js",
"dist/csslint-node.js",
"CHANGELOG",
"LICENSE"
]
}

@@ -1,13 +0,57 @@

[![build status](https://secure.travis-ci.org/stubbornella/csslint.png)](http://travis-ci.org/stubbornella/csslint)
[![npm version](https://img.shields.io/npm/v/csslint.svg)](https://www.npmjs.com/package/csslint)
[![Build Status](https://img.shields.io/travis/CSSLint/csslint/master.svg)](https://travis-ci.org/CSSLint/csslint)
[![Dependency Status](https://img.shields.io/david/CSSLint/csslint.svg)](https://david-dm.org/CSSLint/csslint)
[![devDependency Status](https://img.shields.io/david/dev/CSSLint/csslint.svg)](https://david-dm.org/CSSLint/csslint#info=devDependencies)
# CSSLint
CSSLint is a tool to help point out problems with your CSS code. It does basic syntax checking as well as applying a set of rules to the code that look for problematic patterns or signs of inefficiency. The rules are all pluggable, so you can easily write your own or omit ones you don't want. You can find information about both using CSS Lint and contributing to the project in the wiki: https://github.com/stubbornella/csslint/wiki
CSSLint is an open source CSS code quality tool originally written by
[Nicholas C. Zakas](http://www.nczonline.net/) and
[Nicole Sullivan](http://www.stubbornella.org/). It was released in June 2011 at
the Velocity conference.
# Contributors
A [lint](http://en.wikipedia.org/wiki/Lint_programming_tool) tool performs
[static analysis](http://en.wikipedia.org/wiki/Static_code_analysis) of source
code and flags patterns that might be errors or otherwise cause problems for the
developer.
## Creators
CSSLint is a tool to help point out problems with your CSS code. It does basic
syntax checking as well as applying a set of rules to the code that look for
problematic patterns or signs of inefficiency. The rules are all pluggable, so
you can easily write your own or omit ones you don't want.
1. Nicole Sullivan, http://www.stubbornella.org
1. Nicholas C. Zakas, http://www.nczonline.net
## Integration
### Command Line Interface
All about the command line interface for CSSLint. If you'd rather use a CLI
program to verify your CSS instead of using the web site, then this guide is
your best friend.
https://github.com/CSSLint/csslint/wiki/Command-line-interface
### Build System
Once you're familiar with the CSSLint command line interface, the next step is
to integrate it into your build system. This guide walks through using CSSLint
as part of your build.
https://github.com/CSSLint/csslint/wiki/Build-System-Integration
### IDE
You can integrate CSSLint into your favorite IDE to make checking your CSS code
quality easy. In fact, some IDEs already have CSSLint built in.
https://github.com/CSSLint/csslint/wiki/IDE-integration
## Rules
Not sure why a rule is important? This guide talks about each of the CSSLint
rules and explains how the rule is designed to improve your CSS.
https://github.com/CSSLint/csslint/wiki/Rules
## Developer Guide
If you want to contribute to the project, or even just tinker on your own,
this guide explains how to get the source and work with it.
https://github.com/CSSLint/csslint/wiki/Developer-Guide
## Contributors

@@ -37,1 +81,2 @@

1. Jared Wyles, https://github.com/jaredwy (Managing pull requests, endless advice)
1. Scott Gonzalez, https://github.com/scottgonzalez (JSON config)
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