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

@godaddy-wordpress/stylelint-config

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@godaddy-wordpress/stylelint-config - npm Package Compare versions

Comparing version

to
0.6.0

@@ -0,1 +1,4 @@

0.6.0
- Update @wordpress/stylelint-config and stylelint versions
0.5.0

@@ -2,0 +5,0 @@ - Fix security vulnerabilities

@@ -21,2 +21,3 @@ "use strict"

"no-descending-specificity": null,
"no-invalid-position-at-import-rule": null,

@@ -34,2 +35,4 @@ "number-leading-zero": "always",

"scss/at-import-partial-extension": null,
"scss/no-global-function-names": null,
"scss/selector-no-redundant-nesting-selector": null,

@@ -39,4 +42,11 @@

"selector-id-pattern": null,
"selector-type-no-unknown": null
"selector-type-no-unknown": null,
"value-keyword-case": [
"lower",
{
"camelCaseSvgKeywords": true
}
],
}
};
{
"name": "@godaddy-wordpress/stylelint-config",
"version": "0.5.0",
"version": "0.6.0",
"description": "A repository for CSS and Sass linting rules being used in GoDaddy WordPress projects.",

@@ -18,11 +18,11 @@ "keywords": [

"peerDependencies": {
"stylelint": "^14.2.0"
"stylelint": "^14.5.0"
},
"dependencies": {
"stylelint-order": "5.0.0",
"@wordpress/stylelint-config": "^19.1.0"
"@wordpress/stylelint-config": "^20.0.1"
},
"devDependencies": {
"stylelint": "^14.2.0"
"stylelint": "^14.5.0"
}
}