fingerprintjs2
Advanced tools
Comparing version 2.0.4 to 2.0.5
<!-- | ||
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 | ||
--> |
/* | ||
* 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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
295480
28
317