diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-02-28 09:03:44 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-02-28 09:03:44 -0800 |
commit | dcfc13f8d0daab6cebbc86f69b5465ffd30c57e2 (patch) | |
tree | b32dd374728909760c438c8d7b8808c522e9b254 /package.json | |
parent | d375a458596954618be8e2279319ab65cf1a9961 (diff) | |
download | voidsky-dcfc13f8d0daab6cebbc86f69b5465ffd30c57e2.tar.zst |
Add analytics identify() call with hashed email
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index e27a0bcc5..083c802b0 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,7 @@ "email-validator": "^2.0.4", "he": "^1.2.0", "history": "^5.3.0", + "js-sha256": "^0.9.0", "lodash.chunk": "^4.2.0", "lodash.clonedeep": "^4.5.0", "lodash.isequal": "^4.5.0", |