Comparing version 2.0.23 to 2.0.24
{ | ||
"name": "eight", | ||
"version": "2.0.23", | ||
"version": "2.0.24", | ||
"description": "A browser fingerprinting library", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -18,2 +18,5 @@ Fast browser and server library for fingerprinting with no dependencies. Uses SHA512. | ||
Eight returns instance which takes several defined optional parameters and | ||
any another parameter is hashed together with it: | ||
``` | ||
@@ -27,3 +30,4 @@ import eight from "eight" | ||
plugins: true, // <boolean> | ||
strong: false // <boolean> | ||
strong: false, // <boolean> | ||
anythingelse: "ABCD" // additional entropy | ||
}) | ||
@@ -30,0 +34,0 @@ |
81135
79