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

browser-with-fingerprints

Package Overview
Dependencies
Maintainers
1
Versions
55
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.12 to 1.2.13

18

package.json

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

"author": "CheshireCaat",
"version": "1.2.12",
"version": "1.2.13",
"license": "MIT",

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

"dependencies": {
"async-lock": "^1.4.0",
"bas-remote-node": "^1.4.4",
"chrome-remote-interface": "^0.32.1",
"compare-versions": "^5.0.3",
"dedent": "^0.7.0",
"fast-glob": "^3.2.12",
"once": "^1.4.0",
"proper-lockfile": "^4.1.2"
"async-lock": "1.4.0",
"bas-remote-node": "1.4.5",
"chrome-remote-interface": "0.32.1",
"compare-versions": "5.0.3",
"dedent": "0.7.0",
"fast-glob": "3.2.12",
"once": "1.4.0",
"proper-lockfile": "4.1.2"
},

@@ -71,0 +71,0 @@ "devDependencies": {

@@ -296,2 +296,12 @@ # browser-with-fingerprints

### Limitations
Please **note** that there are some restrictions at the moment:
- Only **Windows** operating system is supported.
- Parallel launch of browsers is synchronized between calls.
- Working with **workers** is possible only when specifying separate `FINGERPRINT_CWD` for each worker.
Also, there is no guarantee that each of these items will be changed in the future.
## Alternatives

@@ -298,0 +308,0 @@

@@ -25,4 +25,2 @@ /**

*
* @returns {Promise<{width: number, height: number}>} - Promise which resolves to a browser viewport size.
*
* @internal

@@ -29,0 +27,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