browser-with-fingerprints
Advanced tools
Comparing version 1.2.4 to 1.2.5
MIT License | ||
Copyright (c) 2022 CheshireCaat | ||
Copyright (c) 2023 CheshireCaat | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
@@ -7,3 +7,3 @@ { | ||
"author": "CheshireCaat", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"license": "MIT", | ||
@@ -10,0 +10,0 @@ "bugs": { |
@@ -25,3 +25,3 @@ const { compare } = require('compare-versions'); | ||
load(property = 'chromium') { | ||
const [module, version] = Loader.import(this.packages); | ||
const [module, version] = Loader.import([this.target, ...this.packages]); | ||
@@ -28,0 +28,0 @@ if (version && this.version && compare(version, this.version, '<')) { |
1054120