@@ -48,7 +48,7 @@ to match against CSS selectors.
48
48
## Install
49
49
50
50
This package is [ ESM only] [ esm ] .
51
- In Node.js (version 14.14+ and 16.0 +), install with [ npm] [ ] :
51
+ In Node.js (version 16 +), install with [ npm] [ ] :
52
52
53
53
``` sh
54
54
npm install unist-util-is
@@ -245,10 +245,13 @@ It exports the additional types [`Check`][api-check],
245
245
246
246
## Compatibility
247
247
248
- Projects maintained by the unified collective are compatible with all maintained
248
+ Projects maintained by the unified collective are compatible with maintained
249
249
versions of Node.js.
250
- As of now, that is Node.js 14.14+ and 16.0+.
251
- Our projects sometimes work with older versions, but this is not guaranteed.
250
+
251
+ When we cut a new major release, we drop support for unmaintained versions of
252
+ Node.
253
+ This means we try to keep the current release line, ` unist-util-is@^5 ` ,
254
+ compatible with Node.js 12.
252
255
253
256
## Related
254
257
@@ -295,9 +298,9 @@ abide by its terms.
295
298
296
299
[ downloads ] : https://www.npmjs.com/package/unist-util-is
297
300
298
- [ size-badge ] : https://img.shields.io/bundlephobia/minzip/ unist-util-is.svg
301
+ [ size-badge ] : https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs.com/?q= unist-util-is
299
302
300
- [ size ] : https://bundlephobia .com/result?p =unist-util-is
303
+ [ size ] : https://bundlejs .com/?q =unist-util-is
301
304
302
305
[ sponsors-badge ] : https://opencollective.com/unified/sponsors/badge.svg
303
306
0 commit comments