selparsecss-selector 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -41,7 +41,7 @@ with the resulting selector string.
41
41
 
42
42
  Please see [API.md](API.md).
43
43
 
44
- ## Security
44
+ ## Notes
45
45
 
46
46
  ### Selector nesting depth (CVE-2026-9358)
47
47
 
@@ -74,14 +74,7 @@ and can reintroduce the stack-overflow risk in environments with a small call
74
74
  stack (e.g. browser workers). The default is recommended unless you have a
75
75
  specific need.
76
76
 
77
- ## Credits
78
-
79
- * Huge thanks to Andrey for work on PostCSS which helped accelerate this module's development.
80
77
 
81
78
  ## License
82
79
 
83
80
  MIT
84
-
85
- ## Keywords
86
-
87
- css, selector, parser, postcss, AST
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "selparsecss-selector",
3
3
  "description": "A lightweight CSS selector parser providing built-in methods to parse, transform, and work with selector strings.",
4
- "version": "1.0.0",
4
+ "version": "1.1.0",
5
5
  "devDependencies": {
6
6
  "oxfmt": "^0.54.0",
7
7
  "oxlint": "^1.69.0",