fingerprint-generator
Advanced tools
Comparing version 2.1.39 to 2.1.40
@@ -59,3 +59,11 @@ "use strict"; | ||
: undefined; | ||
return generative_bayesian_network_1.utils.getPossibleValues(this.fingerprintGeneratorNetwork, filteredValues); | ||
try { | ||
return generative_bayesian_network_1.utils.getPossibleValues(this.fingerprintGeneratorNetwork, filteredValues); | ||
} | ||
catch (e) { | ||
if (options?.strict) | ||
throw e; | ||
delete filteredValues.screen; | ||
return undefined; | ||
} | ||
})(); | ||
@@ -62,0 +70,0 @@ while (true) { |
{ | ||
"name": "fingerprint-generator", | ||
"version": "2.1.39", | ||
"version": "2.1.40", | ||
"description": "NodeJS package for generating realistic browser fingerprints.", | ||
@@ -36,6 +36,6 @@ "homepage": "https://github.com/apify/fingerprint-suite", | ||
"dependencies": { | ||
"generative-bayesian-network": "^2.1.39", | ||
"header-generator": "^2.1.39", | ||
"generative-bayesian-network": "^2.1.40", | ||
"header-generator": "^2.1.40", | ||
"tslib": "^2.4.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
868372
269