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.1 to 1.0.2

2

index.js

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

if (!syntax.match(decl.prop, value)) {
if (!syntax.matchProperty(decl.prop, value)) {
var error = syntax.lastMatchError;

@@ -44,0 +44,0 @@ var message = error.rawMessage || error.message || error;

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

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

"dependencies": {
"css-tree": "^1.0.0-alpha3",
"css-tree": "1.0.0-alpha5",
"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