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

@fingerprintjs/fingerprintjs

Package Overview
Dependencies
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fingerprintjs/fingerprintjs - npm Package Compare versions

Comparing version 2.1.4 to 3.0.0-beta.1

dist/fp.cjs.js

80

package.json
{
"name": "@fingerprintjs/fingerprintjs",
"version": "2.1.4",
"description": "Modern & flexible browser fingerprinting library",
"repository": {
"type": "git",
"url": "https://github.com/fingerprintjs/fingerprintjs.git"
},
"keywords": [
"fraud",
"fraud-detection",
"fraud-prevention",
"browser",
"identification",
"fingerprint",
"fingerprinting",
"privacy"
],
"author": "Valentin Vasilyev",
"version": "3.0.0-beta.1",
"license": "MIT",
"bugs": {
"url": "https://github.com/fingerprintjs/fingerprintjs/issues"
},
"homepage": "https://github.com/fingerprintjs/fingerprintjs",
"main": "fingerprint2.js",
"main": "dist/fp.cjs.js",
"module": "dist/fp.esm.js",
"types": "dist/fp.d.ts",
"sideEffects": false,
"files": [
"dist",
"flash"
"dist"
],
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"gulp": "^4.0.0",
"gulp-header-license": "^1.0.9",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.1",
"gulp-util": "^3.0.8",
"jasmine-expect": "^4.0.1",
"karma": "^5.2.1",
"karma-babel-preprocessor": "^8.0.1",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^1.3.0",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^4.0.1",
"karma-jasmine-matchers": "^4.0.1",
"karma-safari-applescript-launcher": "^0.1.0",
"standard": "^10.0.3"
},
"scripts": {
"test:chrome": "karma start --single-run --browsers ChromeHeadless tests/karma.conf.js",
"test:chrome:incognito": "karma start --single-run --browsers ChromeIncognito tests/karma.conf.js",
"test:firefox": "karma start --single-run --browsers FirefoxHeadless tests/karma.conf.js",
"test:firefox:incognito": "karma start --single-run --browsers FirefoxIncognito tests/karma.conf.js",
"test:safari": "karma start --single-run --browsers Safari tests/karma.conf.js",
"test:ie10": "karma start --single-run --browsers IE10 tests/karma.conf.js",
"test:ie11": "karma start --single-run --browsers IE tests/karma.conf.js",
"test:chrome:debug": "karma start --single-run false --browsers Chrome tests/karma.conf.js",
"test:firefox:debug": "karma start --single-run false --browsers Firefox tests/karma.conf.js",
"test:all:mac": "yarn run test:chrome && yarn run test:chrome:incognito && yarn run test:firefox && yarn run test:firefox:incognito && yarn run test:safari",
"test:all:windows": "yarn run test:chrome && yarn run test:chrome:incognito && yarn run test:firefox && yarn run test:firefox:incognito && yarn run test:ie10 && yarn run test:ie11",
"gulp": "gulp",
"lint": "standard --fix"
"build": "rimraf dist && rollup -c"
},
"standard": {
"ignore": [
"specs/lib",
"specs/phantomjs-testrunner.js"
]
"dependencies": {
"tslib": "^2.0.1"
},
"devDependencies": {
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-typescript": "^6.0.0",
"rimraf": "^3.0.2",
"rollup": "^2.28.2",
"rollup-plugin-dts": "^1.4.13",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.0.3"
}
}
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