Skip to content

Commit

Permalink
stricter types & numerous bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe12387 committed Jan 5, 2023
1 parent ee48b77 commit a58f47e
Show file tree
Hide file tree
Showing 10 changed files with 404 additions and 326 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@

.DS_Store
node_modules
4 changes: 2 additions & 2 deletions dist/opfs.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
*
* Overpowered Browser Fingerprinting Script v1.0.0 - (c) 2023 Joe Rutkowski <[email protected]> (https://github.com/Joe12387/OP-Fingerprinting-Script)
* Overpowered Browser Fingerprinting Script v1.0.1b - (c) 2023 Joe Rutkowski <[email protected]> (https://github.com/Joe12387/OP-Fingerprinting-Script)
*
**/
declare const fingerprint: () => Promise<unknown>;
declare const fingerprint: () => Promise<any>;
//# sourceMappingURL=opfs.d.ts.map
2 changes: 1 addition & 1 deletion dist/opfs.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

140 changes: 93 additions & 47 deletions dist/opfs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/opfs.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/opfs.min.js

Large diffs are not rendered by default.

140 changes: 93 additions & 47 deletions opfs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion opfs.min.js

Large diffs are not rendered by default.

28 changes: 7 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a58f47e

Please sign in to comment.