Socket
Socket
Sign inDemoInstall

miniprogram-cheerio

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

miniprogram-cheerio

cheerio that supports MiniProgram


Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

cheerio for MiniProgram

发布 MIT License npm npm dependents npm downloads

Cheerio is a fast, flexible and lean implementation of core jQuery designed specifically for the server. The purpose of this package is to allow cheerio to support running in the MiniProgram environment.

Installation

$ npm install miniprogram-cheerio

And run Build npm in WeChat Miniprogram Devtools

Usage

Import this package in the project:

const cheerio = require('miniprogram-cheerio');

or

import * as cheerio from 'miniprogram-cheerio';

And for more usage see https://cheerio.js.org/.

License

MIT

Keywords

FAQs

Package last updated on 08 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc