Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stylelint-config-concentric-order

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-config-concentric-order - npm Package Compare versions

Comparing version 2.1.2 to 2.2.0

10

package.json
{
"name": "stylelint-config-concentric-order",
"version": "2.1.2",
"version": "2.2.0",
"description": "This Stylelint configuration validates the ordering of CSS properties according to Concentric CSS",

@@ -25,8 +25,8 @@ "author": "Alvin Chan <no@email.com>",

"devDependencies": {
"ava": "^0.21.0",
"prettier": "^1.5.3",
"stylelint": "^8.0.0"
"ava": "^0.22.0",
"prettier": "^1.7.4",
"stylelint": "^8.1.1"
},
"dependencies": {
"stylelint-order": "^0.6.0"
"stylelint-order": "^0.7.0"
},

@@ -33,0 +33,0 @@ "scripts": {

@@ -185,2 +185,3 @@ // Groups of CSS properties in Concentric order

"rules",
{ type: "at-rule", name: "include", parameter: "breakpoint", hasBlock: true },
{ type: "at-rule", name: "media", hasBlock: true }

@@ -187,0 +188,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