mirror of
https://github.com/CloakHQ/CloakBrowser.git
synced 2026-06-23 11:41:46 +02:00
Bumps the javascript group with 6 updates in the /js directory: | Package | From | To | | --- | --- | --- | | [tar](https://github.com/isaacs/node-tar) | `7.5.15` | `7.5.16` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.9.1` | `26.0.0` | | [playwright-core](https://github.com/microsoft/playwright) | `1.60.0` | `1.61.0` | | [puppeteer-core](https://github.com/puppeteer/puppeteer) | `25.0.4` | `25.2.0` | | [socks-proxy-agent](https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/socks-proxy-agent) | `10.0.0` | `10.1.0` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.6.1` | `3.2.6` | Updates `tar` from 7.5.15 to 7.5.16 - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-tar/compare/v7.5.15...v7.5.16) Updates `@types/node` from 25.9.1 to 26.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `playwright-core` from 1.60.0 to 1.61.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.60.0...v1.61.0) Updates `puppeteer-core` from 25.0.4 to 25.2.0 - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md) - [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v25.0.4...puppeteer-core-v25.2.0) Updates `socks-proxy-agent` from 10.0.0 to 10.1.0 - [Release notes](https://github.com/TooTallNate/proxy-agents/releases) - [Changelog](https://github.com/TooTallNate/proxy-agents/blob/main/packages/socks-proxy-agent/CHANGELOG.md) - [Commits](https://github.com/TooTallNate/proxy-agents/commits/socks-proxy-agent@10.1.0/packages/socks-proxy-agent) Updates `vitest` from 1.6.1 to 3.2.6 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.6/packages/vitest) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 26.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: javascript - dependency-name: playwright-core dependency-version: 1.61.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: javascript - dependency-name: puppeteer-core dependency-version: 25.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: javascript - dependency-name: socks-proxy-agent dependency-version: 10.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: javascript - dependency-name: tar dependency-version: 7.5.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: javascript - dependency-name: vitest dependency-version: 3.2.6 dependency-type: direct:development update-type: version-update:semver-major dependency-group: javascript ... Signed-off-by: dependabot[bot] <support@github.com>
98 lines
2.0 KiB
JSON
98 lines
2.0 KiB
JSON
{
|
|
"name": "cloakbrowser",
|
|
"version": "0.4.2",
|
|
"description": "Stealth Chromium that passes every bot detection test. Drop-in Playwright/Puppeteer replacement with source-level fingerprint patches.",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
},
|
|
"./puppeteer": {
|
|
"types": "./dist/puppeteer.d.ts",
|
|
"import": "./dist/puppeteer.js"
|
|
},
|
|
"./human": {
|
|
"types": "./dist/human/index.d.ts",
|
|
"import": "./dist/human/index.js"
|
|
}
|
|
},
|
|
"bin": {
|
|
"cloakbrowser": "./dist/cli.js"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"keywords": [
|
|
"stealth",
|
|
"browser",
|
|
"chromium",
|
|
"playwright",
|
|
"puppeteer",
|
|
"scraping",
|
|
"web-scraping",
|
|
"anti-detect",
|
|
"antidetect",
|
|
"undetected",
|
|
"bot-detection",
|
|
"fingerprint",
|
|
"recaptcha",
|
|
"cloudflare",
|
|
"turnstile",
|
|
"datadome",
|
|
"captcha",
|
|
"headless",
|
|
"automation",
|
|
"ai-agent"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/CloakHQ/cloakbrowser",
|
|
"directory": "js"
|
|
},
|
|
"homepage": "https://github.com/CloakHQ/cloakbrowser#javascript--nodejs",
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"mmdb-lib": ">=2.0.0",
|
|
"playwright-core": ">=1.53.0",
|
|
"puppeteer-core": ">=21.0.0",
|
|
"socks-proxy-agent": ">=10.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"playwright-core": {
|
|
"optional": true
|
|
},
|
|
"puppeteer-core": {
|
|
"optional": true
|
|
},
|
|
"mmdb-lib": {
|
|
"optional": true
|
|
},
|
|
"socks-proxy-agent": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"tar": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^26.0.0",
|
|
"mmdb-lib": "^3.0.2",
|
|
"playwright-core": "1.61",
|
|
"puppeteer-core": "^25.0.4",
|
|
"socks-proxy-agent": "^10.0.0",
|
|
"typescript": "^6.0.3",
|
|
"vitest": "^3.2.6"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "vitest run"
|
|
}
|
|
}
|