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

stylelint-use-nesting

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-use-nesting - npm Package Compare versions

Comparing version 4.1.0 to 5.0.0

20

package.json
{
"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": {

index.mjs

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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