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

browser-with-fingerprints

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browser-with-fingerprints - npm Package Compare versions

Comparing version 1.2.6 to 1.2.7

2

package.json

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

"author": "CheshireCaat",
"version": "1.2.6",
"version": "1.2.7",
"license": "MIT",

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

@@ -119,9 +119,7 @@ # browser-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).spawn({
headless: true,
timeout: 0,
args: [],
});
plugin.useProxy('127.0.0.1:8080').useFingerprint(fingerprint);
```

@@ -128,0 +126,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