Socket
Socket
Sign inDemoInstall

cartoon-catch

Package Overview
Dependencies
21
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 2.0.0

dist/download.js

26

package.json
{
"name": "cartoon-catch",
"version": "1.0.1",
"version": "2.0.0",
"description": "cartoon-catch",
"main": "lib/main.js",
"main": "dist/main.js",
"scripts": {
"build": "rm -rf dist && tsc",
"build:watch": "rm -rf dist && tsc -w"
},
"dependencies": {
"progress": "2.0.3",
"download": "^8.0.0",
"node-fetch": "^2.6.1",
"iconv-lite": "0.6.3",
"cheerio": "1.0.0-rc.10",
"node-fetch": "2.6.1",
"progress": "2.0.3",
"debug": "4.3.2"

@@ -22,3 +25,3 @@ },

"engines": {
"node": ">=8.0.0"
"node": ">=10.0.0"
},

@@ -30,3 +33,12 @@ "bugs": {

"author": "JJ",
"license": "MIT"
"license": "MIT",
"devDependencies": {
"@types/cheerio": "0.22.30",
"@types/debug": "4.1.7",
"@types/node": "^16.4.12",
"@types/node-fetch": "2.5.12",
"@types/progress": "2.0.5",
"tslib": "^2.3.0",
"typescript": "4.3.5"
}
}

@@ -8,4 +8,5 @@ # 漫画爬虫

## 实例
```js
const grab = require('./grab');
```typescript
// import grab from 'cartoon-catch'; // ts
const {default: grab} = require('cartoon-catch') // js
const options = {

@@ -12,0 +13,0 @@ name: '../漫画名‘,

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc