New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

csstree-validator

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csstree-validator - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

4

HISTORY.md

@@ -0,1 +1,5 @@

## 1.0.7 (January 19, 2017)
- Updated `csstree` to `1.0.0-alpha12`
## 1.0.6 (December 23, 2016)

@@ -2,0 +6,0 @@

4

lib/validate.js

@@ -42,4 +42,4 @@ var fs = require('fs');

node: node,
line: error.line || node.info.line,
column: error.column || node.info.column,
line: error.line || node.loc.line,
column: error.column || node.loc.column,
property: node.property,

@@ -46,0 +46,0 @@ message: message,

{
"name": "csstree-validator",
"version": "1.0.6",
"version": "1.0.7",
"description": "CSS validator build on csstree",

@@ -39,3 +39,3 @@ "keywords": [

"clap": "^1.1.1",
"css-tree": "1.0.0-alpha9"
"css-tree": "1.0.0-alpha12"
},

@@ -42,0 +42,0 @@ "devDependencies": {

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