Skip to content

Commit

Permalink
fix: Fix window pollution in browser
Browse files Browse the repository at this point in the history
Updates TraceAnything engine to fix window pollution that broke booking.com and probably countless other sites

Closes #25

Change-Id: I6d2299fb4357888b72033c575831854e50dd267b
  • Loading branch information
joeyparrish committed Nov 15, 2021
1 parent b5dad41 commit c9906cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"json5": "^2.2.0"
},
"dependencies": {
"trace-anything": "^1.0.0"
"trace-anything": "^1.0.1"
},
"scripts": {
"build": "gulp",
Expand Down

0 comments on commit c9906cf

Please sign in to comment.