Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

get-browser-fingerprint

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-browser-fingerprint - npm Package Compare versions

Comparing version 3.2.2 to 3.2.3

src/index.d.ts

4

package.json
{
"name": "get-browser-fingerprint",
"version": "3.2.2",
"version": "3.2.3",
"author": "Damiano Barbati <damiano.barbati@gmail.com> (https://github.com/damianobarbati)",

@@ -13,3 +13,3 @@ "repository": "https://github.com/damianobarbati/get-browser-fingerprint",

"src/index.js",
"src/index.d.js"
"src/index.d.ts"
],

@@ -16,0 +16,0 @@ "types": "./src/index.d.ts",

@@ -62,3 +62,3 @@ const getBrowserFingerprint = ({ hardwareOnly = false, enableWebgl = false, enableScreen = true, debug = false } = {}) => {

export const getCanvasID = (debug) => {
const getCanvasID = (debug) => {
try {

@@ -92,3 +92,3 @@ const canvas = document.createElement("canvas");

export const getWebglID = (debug) => {
const getWebglID = (debug) => {
try {

@@ -153,3 +153,3 @@ const canvas = document.createElement("canvas");

export const getWebglInfo = () => {
const getWebglInfo = () => {
try {

@@ -171,3 +171,3 @@ const ctx = document.createElement("canvas").getContext("webgl");

export const murmurhash3_32_gc = (key) => {
const murmurhash3_32_gc = (key) => {
const remainder = key.length & 3; // key.length % 4

@@ -174,0 +174,0 @@ const bytes = key.length - remainder;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc