stylelint-use-nesting
Advanced tools
Comparing version 4.1.0 to 5.0.0
{ | ||
"name": "stylelint-use-nesting", | ||
"version": "4.1.0", | ||
"version": "5.0.0", | ||
"description": "Enforce nesting when it is possible in CSS", | ||
@@ -10,13 +10,10 @@ "author": "Jonathan Neal <jonathantneal@hotmail.com>", | ||
"bugs": "https://github.com/csstools/stylelint-use-nesting/issues", | ||
"main": "index.cjs", | ||
"module": "index.mjs", | ||
"main": "index.mjs", | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"import": "./index.mjs", | ||
"node": "./index.cjs" | ||
"import": "./index.mjs" | ||
} | ||
}, | ||
"files": [ | ||
"index.cjs", | ||
"index.cjs.map", | ||
"index.mjs", | ||
@@ -34,5 +31,4 @@ "index.mjs.map" | ||
"engines": { | ||
"node": ">=16.0.0" | ||
"node": ">=20.0.0" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
@@ -43,7 +39,7 @@ "eslint": "8.35.0", | ||
"rollup": "3.18.0", | ||
"stylelint": "15.2.0", | ||
"stylelint-tape": "3.0.0" | ||
"stylelint": "16.0.0", | ||
"stylelint-tape": "5.0.0" | ||
}, | ||
"peerDependencies": { | ||
"stylelint": ">= 10" | ||
"stylelint": ">= 16" | ||
}, | ||
@@ -50,0 +46,0 @@ "eslintConfig": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Yes
38034
5
235