@@ -38,7 +38,7 @@ looking for!
38
38
## Install
39
39
40
40
This package is [ ESM only] [ esm ] .
41
- In Node.js (version 14.14+ and 16.0 +), install with [ npm] [ ] :
41
+ In Node.js (version 16 +), install with [ npm] [ ] :
42
42
43
43
``` sh
44
44
npm install hast-util-embedded
@@ -82,7 +82,7 @@ embedded({
82
82
83
83
## API
84
84
85
- This package exports the identifier [ ` embedded ` ] [ embedded ] .
85
+ This package exports the identifier [ ` embedded ` ] [ api- embedded] .
86
86
There is no default export.
87
87
88
88
### ` embedded(value) `
@@ -108,10 +108,13 @@ It exports no additional types.
108
108
109
109
## Compatibility
110
110
111
- Projects maintained by the unified collective are compatible with all maintained
111
+ Projects maintained by the unified collective are compatible with maintained
112
112
versions of Node.js.
113
- As of now, that is Node.js 14.14+ and 16.0+.
114
- Our projects sometimes work with older versions, but this is not guaranteed.
113
+
114
+ When we cut a new major release, we drop support for unmaintained versions of
115
+ Node.
116
+ This means we try to keep the current release line, ` hast-util-embedded@^2 ` ,
117
+ compatible with Node.js 12.
115
118
116
119
## Security
117
120
@@ -179,9 +182,9 @@ abide by its terms.
179
182
180
183
[ downloads ] : https://www.npmjs.com/package/hast-util-embedded
181
184
182
- [ size-badge ] : https://img.shields.io/bundlephobia/minzip/ hast-util-embedded.svg
185
+ [ size-badge ] : https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs.com/?q= hast-util-embedded
183
186
184
- [ size ] : https://bundlephobia .com/result?p =hast-util-embedded
187
+ [ size ] : https://bundlejs .com/?q =hast-util-embedded
185
188
186
189
[ sponsors-badge ] : https://opencollective.com/unified/sponsors/badge.svg
187
190
@@ -221,4 +224,4 @@ abide by its terms.
221
224
222
225
[ xss ] : https://en.wikipedia.org/wiki/Cross-site_scripting
223
226
224
- [ embedded ] : #embeddedvalue
227
+ [ api- embedded] : #embeddedvalue
0 commit comments