Socket
Socket
Sign inDemoInstall

scrape-it

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scrape-it - npm Package Compare versions

Comparing version 5.3.1 to 5.3.2

6

lib/index.d.ts

@@ -11,3 +11,3 @@ /// <reference types="cheerio" />

convert?: (value: any) => any;
how?: string | ((element: CheerioSelector) => any);
how?: string | ((element: cheerio.Selector) => any);
attr?: string;

@@ -28,3 +28,3 @@ trim?: boolean;

data: T,
$: Cheerio,
$: cheerio.Cheerio,
response: any,

@@ -34,3 +34,3 @@ body: string

export function scrapeHTML<T>(body: CheerioStatic | string, options: ScrapeOptions): T;
export function scrapeHTML<T>(body: cheerio.Root | string, options: ScrapeOptions): T;
}

@@ -37,0 +37,0 @@

@@ -14,3 +14,3 @@ {

"license": "MIT",
"version": "5.3.1",
"version": "5.3.2",
"main": "lib/index.js",

@@ -73,10 +73,11 @@ "types": "lib/index.d.ts",

"dependencies": {
"assured": "^1.0.14",
"cheerio-req": "^1.2.3",
"@types/cheerio": "^0.22.29",
"assured": "^1.0.15",
"cheerio-req": "^1.2.4",
"scrape-it-core": "^1.0.0",
"typpy": "^2.3.11"
"typpy": "^2.3.13"
},
"devDependencies": {
"lien": "^3.3.0",
"tester": "^1.4.4"
"lien": "^3.3.1",
"tester": "^1.4.5"
},

@@ -83,0 +84,0 @@ "files": [

@@ -387,4 +387,4 @@ <!-- Please do not edit this file. Edit the `blah` field in the `package.json` instead. If in doubt, open an issue. -->

- `cnn-market`
- `bandcamp-scraper`
- `@tryghost/mg-webscraper`
- `bandcamp-scraper`
- `blockchain-notifier`

@@ -426,5 +426,3 @@ - `dncli`

- `startpage-quick-search`
- `fa.js`
- `helyesiras`
- `flamescraper`
- `covidau`

@@ -436,8 +434,13 @@ - `3abn`

- `blankningsregistret`
- `steam-workshop-scraper`
- `scrapos-worker`
- `node-red-contrib-scrape-it`
- `growapi`
- `@ben-wormald/bandcamp-scraper`
- `bible-scraper`
- `flamescraper`
- `fa.js`
- `growapi`
- `node-red-contrib-scrape-it`
- `carirs`
- `steam-workshop-scraper`
- `macoolka-network`
- `apixpress`

@@ -444,0 +447,0 @@

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