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

stylelint-config-kensho

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-config-kensho - npm Package Compare versions

Comparing version 3.0.0 to 4.0.0

2

index.js

@@ -39,3 +39,3 @@ module.exports = {

'at-rule-empty-line-before': ['always', {
except: ['blockless-group', 'all-nested'],
except: ['blockless-after-blockless', 'inside-block'],
ignore: ['after-comment'],

@@ -42,0 +42,0 @@ }],

{
"name": "stylelint-config-kensho",
"version": "3.0.0",
"version": "4.0.0",
"description": "Standard Kensho config to lint CSS/postcss files.",

@@ -16,11 +16,11 @@ "main": "index.js",

"dependencies": {
"stylelint-config-standard": "^15.0.1"
"stylelint-config-standard": "^16.0.0"
},
"peerDependencies": {
"stylelint": "^7.7.0"
"stylelint": "^7.8.0"
},
"devDependencies": {
"ava": "^0.17.0",
"stylelint": "^7.7.0"
"ava": "^0.18.0",
"stylelint": "^7.8.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