@@ -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-interactive
@@ -87,7 +87,7 @@ interactive({
87
87
88
88
## API
89
89
90
- This package exports the identifier [ ` interactive ` ] [ interactive ] .
90
+ This package exports the identifier [ ` interactive ` ] [ api- interactive] .
91
91
There is no default export.
92
92
93
93
### ` interactive(node) `
@@ -121,10 +121,13 @@ It exports no additional types.
121
121
122
122
## Compatibility
123
123
124
- Projects maintained by the unified collective are compatible with all maintained
124
+ Projects maintained by the unified collective are compatible with maintained
125
125
versions of Node.js.
126
- As of now, that is Node.js 14.14+ and 16.0+.
127
- Our projects sometimes work with older versions, but this is not guaranteed.
126
+
127
+ When we cut a new major release, we drop support for unmaintained versions of
128
+ Node.
129
+ This means we try to keep the current release line, ` hast-util-interactive@^2 ` ,
130
+ compatible with Node.js 12.
128
131
129
132
## Security
130
133
@@ -192,9 +195,9 @@ abide by its terms.
192
195
193
196
[ downloads ] : https://www.npmjs.com/package/hast-util-interactive
194
197
195
- [ size-badge ] : https://img.shields.io/bundlephobia/minzip/ hast-util-interactive.svg
198
+ [ size-badge ] : https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs.com/?q= hast-util-interactive
196
199
197
- [ size ] : https://bundlephobia .com/result?p =hast-util-interactive
200
+ [ size ] : https://bundlejs .com/?q =hast-util-interactive
198
201
199
202
[ sponsors-badge ] : https://opencollective.com/unified/sponsors/badge.svg
200
203
@@ -236,4 +239,4 @@ abide by its terms.
236
239
237
240
[ xss ] : https://en.wikipedia.org/wiki/Cross-site_scripting
238
241
239
- [ interactive ] : #interactivenode
242
+ [ api- interactive] : #interactivenode
0 commit comments