@fingerprintjs/fingerprintjs
Advanced tools
Comparing version 2.1.4 to 3.0.0-beta.1
{ | ||
"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" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
176539
8
0
100
4329
1
2
2
10
1
3
+ Addedtslib@^2.0.1
+ Addedtslib@2.8.1(transitive)