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

fingerprintjs2

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fingerprintjs2 - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

.github/ISSUE_TEMPLATE/fingerprint_changes.md

5

.github/issue_template.md
<!--
ALL BUG REPORTS WITHOUT PULL REQUEST MUST USE THE BUG REPORT TEMPLATE. BUG REPORTS NOT USING THE TEMPLATE ARE SUBJECT TO BEING CLOSED WITHOUT COMMMENT.
UNLESS SUBMITTING A PULL REQUEST, PLEASE USE THE APPROPRIATE ISSUE TEMPLATES:
https://github.com/Valve/fingerprintjs2/issues/new?template=fingerprint_changes.md
https://github.com/Valve/fingerprintjs2/issues/new?template=other_bug.md
-->

6

fingerprint2.js
/*
* Fingerprintjs2 2.0.0 - Modern & flexible browser fingerprint library v2
* Fingerprintjs2 2.0.5 - Modern & flexible browser fingerprint library v2
* https://github.com/Valve/fingerprintjs2

@@ -18,6 +18,6 @@ * Copyright (c) 2015 Valentin Vasilyev (valentin.vasilyev@outlook.com)

*/
/* global define */
(function (name, context, definition) {
'use strict'
if (typeof window !== 'undefined' && typeof window.define === 'function' && window.define.amd) { window.define(definition) } else if (typeof module !== 'undefined' && module.exports) { module.exports = definition() } else if (context.exports) { context.exports = definition() } else { context[name] = definition() }
if (typeof window !== 'undefined' && typeof define === 'function' && define.amd) { define(definition) } else if (typeof module !== 'undefined' && module.exports) { module.exports = definition() } else if (context.exports) { context.exports = definition() } else { context[name] = definition() }
})('Fingerprint2', this, function () {

@@ -24,0 +24,0 @@ 'use strict'

{
"name": "fingerprintjs2",
"version": "2.0.4",
"version": "2.0.5",
"description": "Modern & flexible browser fingerprinting library",

@@ -22,3 +22,3 @@ "repository": {

"homepage": "https://github.com/Valve/fingerprintjs2",
"main": "dist/fingerprint2.min.js",
"main": "fingerprint2.js",
"devDependencies": {

@@ -25,0 +25,0 @@ "gulp": "^4.0.0",

@@ -91,3 +91,3 @@ # Fingerprintjs2

### `audio.timeout` default 1000
### `audio.timeout` (default: 1000)
maximum time allowed for 'audio' component

@@ -315,3 +315,4 @@

#### License: MIT or Apache, whichever you prefer.
#### License: MIT or Apache, whichever you prefer
[npm-link]: https://www.npmjs.com/package/fingerprintjs2
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