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

grunt-stylelint

Package Overview
Dependencies
Maintainers
6
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-stylelint - npm Package Compare versions

Comparing version 0.7.0 to 0.8.0

8

History.md
# grunt-stylelint Release History
## v0.8.0 / 2017-04-24
* build: Move stylelint to peer dependencies and upgrade it to the latest version. (Negar Naghshbandi)
* build: Change stylelint peerDependency to ^7.8.0 (James D. Forrester)
## v0.7.0 / 2017-02-17

@@ -7,6 +11,6 @@ * Don't over-ride `formatter` option if set (James D. Forrester)

* README: Added basic configuration (M.D. van Es)
* README: Add `failOnError`; give full config example (James Forrester)
* README: Add `failOnError`; give full config example (James D. Forrester)
* tests: Test for `outputFile` (Martin Cermak)
* build: Replace jshint/jscs with eslint (Ed Sanders)
* build: Bump stylelint dependency from ^7.7.1 to 7.8.0 (James Forrester)
* build: Bump stylelint dependency from ^7.7.1 to 7.8.0 (James D. Forrester)

@@ -13,0 +17,0 @@ ## v0.6.0 / 2016-07-29

{
"name": "grunt-stylelint",
"version": "0.7.0",
"version": "0.8.0",
"description": "A Grunt checker for CSS files using Stylelint",

@@ -23,5 +23,7 @@ "scripts": {

"dependencies": {
"chalk": "1.1.3",
"stylelint": "7.8.0"
"chalk": "1.1.3"
},
"peerDependencies": {
"stylelint": "^7.8.0"
},
"devDependencies": {

@@ -34,4 +36,5 @@ "eslint-config-wikimedia": "0.3.0",

"grunt-contrib-watch": "1.0.0",
"grunt-eslint": "19.0.0"
"grunt-eslint": "19.0.0",
"stylelint": "7.9.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