Skip to content
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

Add exports + add self hosted fingerprint importer #63

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

UrielCh
Copy link

@UrielCh UrielCh commented Jun 13, 2022

List of changes:

  • @types/axios is a long time deprecated, axios contains his own types.
  • Add koa as dev dependency, koa is the smallest full spec http server.
  • Starting script/importer.ts will listen to port 3000 for incoming visitor, and will dump fp data as ${os}-${browser}-${hash}.json
  • Replace a crypto.createHash('md5') by a helper.md5()
  • Add a toto in the comment to sort DeviceDescriptor keys before generating UUID
  • Fix ProxyServer interface, proxyType and ipType are optional
  • Add DeviceDescriptor, UserAgentHelper, OSTypes, BrowserTypes, DeviceDescriptorHelper exports

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant