diff options
| author | sD <stoned@derpymail.org> | 2020-01-02 19:01:16 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-01-02 19:01:16 +0100 |
| commit | c52232539c1ef689e9ab5e04ff74a90bc3966eb3 (patch) | |
| tree | c800c4afabf7e1f7d761ff5ee46c3513c44a0c66 /package-lock.json | |
| parent | ddec46497e13ca577e3b8e238d00174b2617635c (diff) | |
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
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 5 |
1 files changed, 5 insertions, 0 deletions
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", |
