Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

puppeteer-with-fingerprints

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

puppeteer-with-fingerprints - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json

@@ -7,3 +7,3 @@ {

"author": "CheshireCaat",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",

@@ -10,0 +10,0 @@ "bugs": {

@@ -264,9 +264,7 @@ # puppeteer-with-fingerprints

const fingerprint = await plugin.fetch('', { tags: ['Microsoft Windows', 'Chrome'] });
const fingerprint = await plugin.fetch('', {
tags: ['Microsoft Windows', 'Chrome'],
});
const browser = await plugin.useProxy('127.0.0.1:8080').useFingerprint(fingerprint).launch({
headless: true,
timeout: 0,
args: [],
});
plugin.useProxy('127.0.0.1:8080').useFingerprint(fingerprint);
```

@@ -430,3 +428,3 @@

// This method is required, must return the same
// type and take the same parameters as the builtin.
// type and take the same parameters as the built-in.
launch: (options) => puppeteer.launch(options),

@@ -433,0 +431,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