@@ -38,7 +38,7 @@ But this helps when integrating with the rest of unified and unist.
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 unist-util-find-after
@@ -115,10 +115,13 @@ It exports no additional types (types for the test are in `unist-util-is`).
115
115
116
116
## Compatibility
117
117
118
- Projects maintained by the unified collective are compatible with all maintained
118
+ Projects maintained by the unified collective are compatible with maintained
119
119
versions of Node.js.
120
- As of now, that is Node.js 14.14+ and 16.0+.
121
- Our projects sometimes work with older versions, but this is not guaranteed.
120
+
121
+ When we cut a new major release, we drop support for unmaintained versions of
122
+ Node.
123
+ This means we try to keep the current release line, ` unist-util-find-after@^4 ` ,
124
+ compatible with Node.js 12.
122
125
123
126
## Related
124
127
@@ -174,9 +177,9 @@ abide by its terms.
174
177
175
178
[ downloads ] : https://www.npmjs.com/package/unist-util-find-after
176
179
177
- [ size-badge ] : https://img.shields.io/bundlephobia/minzip/ unist-util-find-after.svg
180
+ [ size-badge ] : https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs.com/?q= unist-util-find-after
178
181
179
- [ size ] : https://bundlephobia .com/result?p =unist-util-find-after
182
+ [ size ] : https://bundlejs .com/?q =unist-util-find-after
180
183
181
184
[ sponsors-badge ] : https://opencollective.com/unified/sponsors/badge.svg
182
185
0 commit comments