Socket
Socket
Sign inDemoInstall

@csstools/selector-resolve-nested

Package Overview
Dependencies
1
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

6

CHANGELOG.md
# Changes to Selector Resolve Nested
## 1.0.3
_January 25, 2024_
- Correctly add child nodes to newly constructed `Selector` and `Root` AST nodes.
## 1.0.2

@@ -4,0 +10,0 @@

18

package.json
{
"name": "@csstools/selector-resolve-nested",
"description": "Resolve nested CSS selectors",
"version": "1.0.2",
"version": "1.0.3",
"contributors": [

@@ -53,2 +53,13 @@ {

},
"devDependencies": {
"postcss-selector-parser": "^6.0.13"
},
"scripts": {
"build": "rollup -c ../../rollup/default.mjs",
"docs": "node ../../.github/bin/generate-docs/api-documenter.mjs",
"lint": "node ../../.github/bin/format-package-json.mjs",
"prepublishOnly": "npm run build && npm run test",
"stryker": "stryker run --logLevel error",
"test": "node --test ./test/index.mjs ./test/_import.mjs && node ./test/_require.cjs"
},
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/packages/selector-resolve-nested#readme",

@@ -65,3 +76,6 @@ "repository": {

"postcss-selector-parser"
]
],
"volta": {
"extends": "../../package.json"
}
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc