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

hw-fingerprint

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hw-fingerprint - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

8

hw-fingerprint.js

@@ -15,3 +15,3 @@ "use strict"

const FINGERPRINT = (async function(){
async function generateFingerprint(){
const { manufacturer, model, serial, uuid } = await system()

@@ -66,5 +66,7 @@ const { vendor, version: biosVersion, releaseDate } = await bios()

return fingerprintHash.digest()
})()
}
function fingerprint(){
let FINGERPRINT
async function fingerprint(){
FINGERPRINT = FINGERPRINT || await generateFingerprint()
return FINGERPRINT

@@ -71,0 +73,0 @@ }

{
"name": "hw-fingerprint",
"version": "1.0.2",
"version": "1.1.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Hardware-based fingerprint for Node and Electron",

@@ -0,0 +0,0 @@ # hw-fingerprint

Sorry, the diff of this file is not supported yet

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