-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.0.0 #67
Conversation
add deep link to the generate keys section
Add signals compression and regex filter
Rename fingerprintjs to fingerprint
If you want to check the Open CDN connection before releasing v1.0.0, you can publish this code (ofter merging the PR to NPM) as a beta version. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll be providing incremental readme improvements via future PRs
Made the changes necessary for the pro agent
@@ -1,16 +1,49 @@ | |||
import packageInfo from '../package.json' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The whole package.json
content has got into the distributive files because of this. Not a problem actually, just an excess code in the distributive files. Though it's removed by Terser (will be removed in end projects and on Open CDN).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will fix it in a separate pull request.
I also recommend adding a CI step that checks that BotD works well in server-side-rendering applications. It was an issue a couple times in FingerprintJS. The check can be implemented with a single command: https://github.com/fingerprintjs/fingerprintjs/blob/e1696687d6a1ea6ebb9008c24f8902e929db03f6/package.json#L44 This is not necessary to do in this PR. |
This pr includes a total refactor of bot detection along side standalone implementation of collectors and detectors.