Socket
Socket
Sign inDemoInstall

stylelint-csstree-validator

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-csstree-validator - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

8

HISTORY.md

@@ -0,1 +1,9 @@

## 1.0.3 (November 21, 2016)
- Bump CSSTree to `1.0.0-alpha8`
## 1.0.2 (September 19, 2016)
- Bump CSSTree to `1.0.0-alpha5`
## 1.0.1 (September 17, 2016)

@@ -2,0 +10,0 @@

2

index.js

@@ -46,3 +46,3 @@ var stylelint = require('stylelint');

if (message === 'Mismatch') {
message = 'Bad value for `' + decl.prop + '`';
message = 'Invalid value for `' + decl.prop + '`';
} else if (message === 'Uncomplete match') {

@@ -49,0 +49,0 @@ message = 'The rest part of value can\'t to be matched on `' + decl.prop + '` syntax';

{
"name": "stylelint-csstree-validator",
"version": "1.0.2",
"version": "1.0.3",
"description": "Stylelint plugin to validate CSS syntax",

@@ -22,3 +22,3 @@ "homepage": "https://github.com/csstree/validator",

"dependencies": {
"css-tree": "1.0.0-alpha5",
"css-tree": "1.0.0-alpha8",
"stylelint": "^7.0.0"

@@ -25,0 +25,0 @@ },

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