Socket
Socket
Sign inDemoInstall

albfingerprint

Package Overview
Dependencies
100
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.6 to 1.1.7

2

dist/index.js

@@ -218,3 +218,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

data["ScroolBarWidth"] = scroolBarWith;
data["isVirtualDevice "] = isDeviceVM;
data["isVirtualDevice"] = isDeviceVM;
data["SystemColorsSignature"] = Md5.hashStr(JSON.stringify(systemColors));

@@ -221,0 +221,0 @@ data["JSHeapSize"] = jsHeapSize;

{
"name": "albfingerprint",
"version": "1.1.6",
"version": "1.1.7",
"description": "Albayrak fingerprint feture test app",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -267,3 +267,3 @@ import getPlatform from "./lib/platform.js";

data["ScroolBarWidth"]=scroolBarWith
data["isVirtualDevice "]=isDeviceVM
data["isVirtualDevice"]=isDeviceVM
data["SystemColorsSignature"]=Md5.hashStr(JSON.stringify(systemColors))

@@ -270,0 +270,0 @@ data["JSHeapSize"]=jsHeapSize

@@ -8,3 +8,4 @@ export default function getBrowserFullInfo(): any {

var browserMajorVersion = parseInt(navigator.appVersion, 10);
const buildId=(<any>navigator).BuildId ?? null;
// @ts-ignore
const buildId=navigator.BuildId ?? null;
const productSub=navigator.productSub ?? null;

@@ -11,0 +12,0 @@ var Offset, OffsetVersion, ix;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc