Skip to content

Commit 12efd1b

Browse files
authored
Fix vulnerabilities found by npm audit (#283)
* Fix vulnerabilities found by npm audit
1 parent 399969b commit 12efd1b

File tree

36 files changed

+318
-1575
lines changed

36 files changed

+318
-1575
lines changed

β€ŽREADME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
1616
# Extension.js [![Version][npm-version-image]][npm-version-url] [![Downloads][downloads-image]][downloads-url] [![workflow][action-image]][action-url] [![coverage][coverage-image]][coverage-url] [![discord][discord-image]][discord-url]
1717

18-
<img alt="Logo" align="right" src="https://github.com/user-attachments/assets/698a3b2e-c77a-4857-bd2a-1d2eb180120b" width="20%" />
18+
<img alt="Logo" align="right" src="https://avatars.githubusercontent.com/u/172809806" width="20%" />
1919

2020
- [Create A New Extension](#create-a-new-extension) β€” How to create a new extension.
2121
- [Get Started Immediately](#get-started-immediately) β€” Get work done in no time.

β€Žexamples/_not_working_monorepo/.gitignore

Lines changed: 0 additions & 31 deletions
This file was deleted.

β€Žexamples/_not_working_monorepo/.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Žexamples/_not_working_monorepo/README.md

Lines changed: 0 additions & 58 deletions
This file was deleted.

β€Žexamples/_not_working_monorepo/apps/extension/.gitignore

Lines changed: 0 additions & 31 deletions
This file was deleted.

β€Žexamples/_not_working_monorepo/apps/extension/background.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Žexamples/_not_working_monorepo/apps/extension/content/ContentApp.tsx

Lines changed: 0 additions & 86 deletions
This file was deleted.

β€Žexamples/_not_working_monorepo/apps/extension/content/scripts.tsx

Lines changed: 0 additions & 58 deletions
This file was deleted.

β€Žexamples/_not_working_monorepo/apps/extension/content/styles.css

Lines changed: 0 additions & 8 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

β€Žexamples/_not_working_monorepo/apps/extension/manifest.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

β€Žexamples/_not_working_monorepo/apps/extension/options/OptionsApp.tsx

Lines changed: 0 additions & 26 deletions
This file was deleted.

β€Žexamples/_not_working_monorepo/apps/extension/options/index.html

Lines changed: 0 additions & 13 deletions
This file was deleted.

β€Žexamples/_not_working_monorepo/apps/extension/options/scripts.tsx

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
Β (0)