{"library":"fetch-cheerio-object","type":"library","category":null,"description":"A Node.js module to fetch an HTML page via HTTP and parse it into a cheerio object. It uses node-fetch under the hood for fetching and cheerio for DOM parsing, returning a Promise that resolves to a cheerio instance. The API is simple: pass a URL and optional cheerio.load options. Version 1.3.0 is current. This package is a thin wrapper combining fetch and parse steps, useful for scraping and testing. However, it is unmaintained since 2018 and has known vulnerabilities due to outdated dependencies (node-fetch < 3). Consider using higher-level scraping libraries like got-scraping or axios + cheerio directly for better control and security.","language":"javascript","status":"deprecated","version":"1.3.0","tags":["javascript","fetch","request","get","htm","html","cheerio","parse","promise"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install fetch-cheerio-object","imports":["const fetchCheerioObject = require('fetch-cheerio-object');","import fetchCheerioObject from 'fetch-cheerio-object';","const { default: fetchCheerioObject } = await import('fetch-cheerio-object');"]},{"cmd":"yarn add fetch-cheerio-object","imports":[]},{"cmd":"pnpm add fetch-cheerio-object","imports":[]}],"homepage":"https://github.com/shinnn/fetch-cheerio-object#readme","github":"https://github.com/shinnn/fetch-cheerio-object","docs":null,"changelog":null,"pypi":null,"npm":"fetch-cheerio-object","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}