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.5.0 to 1.5.1

4

CHANGELOG.md

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

## 1.5.1 (October 7, 2019)
- Updated `csstree` to [1.0.0-alpha.34](https://github.com/csstree/csstree/releases/tag/v1.0.0-alpha.34)
## 1.5.0 (July 11, 2019)

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

43

package.json
{
"name": "csstree-validator",
"version": "1.5.0",
"version": "1.5.1",
"description": "CSS validator build on csstree",
"author": "Roman Dvornov <rdvornov@gmail.com>",
"license": "MIT",
"repository": "csstree/validator",
"keywords": [

@@ -11,9 +14,2 @@ "css",

],
"homepage": "https://github.com/csstree/validator",
"author": "Roman Dvornov <rdvornov@gmail.com>",
"license": "MIT",
"repository": "csstree/validator",
"bugs": {
"url": "https://github.com/csstree/validator/issues"
},
"bin": {

@@ -23,34 +19,15 @@ "csstree-validator": "./bin/validate"

"main": "./lib/index",
"eslintConfig": {
"env": {
"node": true,
"mocha": true,
"es6": true
},
"rules": {
"no-duplicate-case": 2,
"no-undef": 2,
"no-unused-vars": [
2,
{
"vars": "all",
"args": "after-used"
}
]
}
},
"scripts": {
"codestyle-and-test": "npm run codestyle && npm test",
"codestyle": "jscs lib && eslint lib",
"lint-and-test": "npm run lint && npm test",
"lint": "eslint lib test",
"test": "mocha --reporter dot",
"travis": "npm run codestyle-and-test"
"travis": "npm run lint-and-test"
},
"dependencies": {
"clap": "^1.1.1",
"css-tree": "1.0.0-alpha.32"
"css-tree": "1.0.0-alpha.34"
},
"devDependencies": {
"eslint": "^2.13.1",
"jscs": "^3.0.7",
"mocha": "^3.2.0"
"eslint": "^6.3.0",
"mocha": "^5.2.0"
},

@@ -57,0 +34,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

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