header-generator 2.0.3-dev.0 → 2.0.3-dev.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +11 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -59,6 +59,17 @@ const { FingerprintInjector } = require('fingerprint-injector');
59
59
  await page.goto("https://apify.com");
60
60
  })();
61
61
  ```
62
+
63
+ ## Performance
64
+ With ever-improving performance of antibot fingerprinting services, we use some of the industry-leading services to benchmark our performance.
65
+ The following table shows how is the latest build of `fingerprint-suite` doing in tests provided by various open-source fingerprinting services.
66
+
67
+ The performace is evaluated using school-like grades (A being the best, F being the worst).
68
+ |Service|Grade|
69
+ |---|---|
70
+ |BotD |![](https://byob.yarr.is/apify/fingerprint-suite/BotD) |
71
+ |CreepJS |![](https://byob.yarr.is/apify/fingerprint-suite/CreepJS)|
72
+
62
73
  ## Support
63
74
 
64
75
  If you find any bug or issue with any of the fingerprinting tools, please [submit an issue on GitHub](https://github.com/apify/fingerprint-suite/issues).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "header-generator",
3
- "version": "2.0.3-dev.0",
3
+ "version": "2.0.3-dev.3",
4
4
  "description": "NodeJS package for generating realistic browser-like HTTP headers.",
5
5
  "author": {
6
6
  "name": "Apify",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "browserslist": "^4.21.1",
27
- "generative-bayesian-network": "^2.0.2-dev.0",
27
+ "generative-bayesian-network": "^2.0.2-dev.3",
28
28
  "ow": "^0.28.1"
29
29
  },
30
30
  "scripts": {
@@ -41,5 +41,5 @@
41
41
  "type": "git",
42
42
  "url": "git+https://github.com/apify/header-generator.git"
43
43
  },
44
- "gitHead": "fb4e848971308d895a5c6451d75dd401552f9e42"
44
+ "gitHead": "9d8acdc1b98f15b980d93bbe5e4c30d0cdec2e60"
45
45
  }