New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hyperbrowser/sdk

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyperbrowser/sdk - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

12

dist/types/crawl.d.ts
import { CrawlJobStatus } from "./constants";
export interface StartCrawlJobParams {
url: string;
maxPages: number;
followLinks: boolean;
excludePatterns: string[];
includePatterns: string[];
useProxy: boolean;
solveCaptchas: boolean;
maxPages?: number;
followLinks?: boolean;
excludePatterns?: string[];
includePatterns?: string[];
useProxy?: boolean;
solveCaptchas?: boolean;
}

@@ -11,0 +11,0 @@ export interface StartCrawlJobResponse {

import { ScrapeJobStatus } from "./constants";
export interface StartScrapeJobParams {
url: string;
useProxy: boolean;
solveCaptchas: boolean;
useProxy?: boolean;
solveCaptchas?: boolean;
}

@@ -7,0 +7,0 @@ export interface StartScrapeJobResponse {

{
"name": "@hyperbrowser/sdk",
"version": "0.6.0",
"version": "0.7.0",
"description": "Node SDK for Hyperbrowser API",

@@ -5,0 +5,0 @@ "author": "",

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