Skip to content

update cheerio to v1.0.0-rc.12

Latest
Compare
Choose a tag to compare
@oe oe released this 02 Mar 15:12
· 2 commits to main since this release
8958596

There are several changes:

  1. no vulnerabilities
    CleanShot 2023-06-17 at 20 37 48
  2. cheerio can now handle CJK characters correctly
  3. if you are using custom cheerio instance with this library, you should set the third parameter of cheerio.load to false to get rid of extra wrappers, see load for details.
  4. better support for typescript