From c52232539c1ef689e9ab5e04ff74a90bc3966eb3 Mon Sep 17 00:00:00 2001 From: sD Date: Thu, 2 Jan 2020 19:01:16 +0100 Subject: change fingerprint lib to valves the library wants to be the first thing to load after the page is idle, so i had to move all the onload things in the handle after the library ran --- package-lock.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'package-lock.json') diff --git a/package-lock.json b/package-lock.json index e967bda..9105ccd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2503,6 +2503,11 @@ "resolve-dir": "^1.0.1" } }, + "fingerprintjs2": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fingerprintjs2/-/fingerprintjs2-2.1.0.tgz", + "integrity": "sha512-H1k/ESTD2rJ3liupyqWBPjZC+LKfCGixQzz/NDN4dkgbmG1bVFyMOh7luKSkVDoyfhgvRm62pviNMPI+eJTZcQ==" + }, "flat-cache": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-2.0.1.tgz", -- cgit