🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

stylelint-z-index-value-constraint

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-z-index-value-constraint - npm Package Compare versions

Comparing version

to
1.3.0

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

## v1.3.0
- Added: support for stylelint version 15.
## v1.2.0

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

{
"name": "stylelint-z-index-value-constraint",
"version": "1.2.0",
"version": "1.3.0",
"description": "Stylelint rule for setting minimum and maximum constraint value for z-index.",

@@ -22,7 +22,7 @@ "main": "index.js",

"prettify": "prettier --write '**/*.{js,json,md}'",
"release": "npmpub",
"release": "np",
"test": "jest --coverage"
},
"peerDependencies": {
"stylelint": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0"
"stylelint": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0"
},

@@ -33,10 +33,10 @@ "devDependencies": {

"eslint-plugin-sort-requires": "^2.1.0",
"husky": "^7.0.1",
"jest": "^27.0.6",
"jest-cli": "^27.0.6",
"jest-preset-stylelint": "^4.2.0",
"lint-staged": "^11.0.1",
"npmpub": "^5.0.0",
"husky": "^8.0.2",
"jest": "^29.3.1",
"jest-cli": "^29.3.1",
"jest-preset-stylelint": "^6.0.0",
"lint-staged": "^13.1.0",
"np": "^7.6.3",
"prettier": "^2.3.2",
"stylelint": "^14.1.0"
"stylelint": "^15.0.0"
},

@@ -43,0 +43,0 @@ "engines": {