-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1220 from joshhighet/dependabot/submodules/main/p…
…rojects/browser/tools/BotD-b360d56 Bump projects/browser/tools/BotD from `8f9e69b` to `b360d56`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule BotD
updated
15 files
+11 −1 | docs/api.md | |
+1 −1 | package.json | |
+74 −0 | src/api.ts | |
+4 −78 | src/detector.ts | |
+16 −11 | src/detectors/eval_length.ts | |
+5 −4 | src/detectors/notification_permissions.ts | |
+19 −6 | src/detectors/plugins_inconsistency.ts | |
+6 −8 | src/detectors/product_sub.ts | |
+3 −4 | src/detectors/rtt.ts | |
+3 −4 | src/detectors/window_size.ts | |
+18 −2 | src/index.ts | |
+5 −0 | src/sources/index.ts | |
+7 −3 | src/types.ts | |
+7 −5 | src/utils/browser.ts | |
+145 −46 | yarn.lock |