Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
7bb210d
extensions | youtube | replace webpack with vite
saisanthoshpentakota Dec 17, 2025
3307185
extensions | variable-app | upgrade venus-components & replace react-…
saisanthoshpentakota Dec 17, 2025
139d1bc
fix snyk issues fixes with vite migration
anupsingh244 Dec 17, 2025
3e90fb6
extensions | json-editor | replace gulp with vite
saisanthoshpentakota Dec 17, 2025
c9ddbf5
Fix broken link in README
Dec 17, 2025
e5564a7
Fix vulnerabilities in highlight and upgrade venus components and react
Dec 17, 2025
261c027
Fix typo in highlight CSS so that it highlights the text
Dec 17, 2025
863606f
extensions | variable-app | Upgrade venus components
saisanthoshpentakota Dec 17, 2025
882d1da
extensions | word-count | upgrade venus components to fix snyk issues
saisanthoshpentakota Dec 17, 2025
5795f79
extensions | word-count | update Readme to include correct docs url
saisanthoshpentakota Dec 17, 2025
6b40af3
info-panel: snyk fix and css dix
anupsingh244 Dec 18, 2025
52b3d7a
lambda: snyk fixes
anupsingh244 Dec 18, 2025
58a225d
npm audit fix for brightcove apps
anupsingh244 Dec 19, 2025
d4b856e
npm audit fix for info-panel
anupsingh244 Dec 19, 2025
be6acf0
npm audit fix for test-intelligence
anupsingh244 Dec 19, 2025
cd860fd
npm audit fix for youtube/youtube-extension-popup
anupsingh244 Dec 19, 2025
ea1a7f0
Fix google-analytics vulnerabilities
Dec 19, 2025
1b769af
Fixed dashboard-widget-google-analytics vulnerabilties
Dec 19, 2025
c27709c
Fix vulnerabilities in content-type-visualiser
Dec 19, 2025
81557e8
optimizelt audit fix
anupsingh244 Dec 19, 2025
968ba07
fix audit issue for opimize-experiments ext
anupsingh244 Dec 19, 2025
b8e91a1
fix marketo-forms and dashboard-widget-google-analytics audit issues
anupsingh244 Dec 19, 2025
753404d
audience app package upgrades
anupsingh244 Dec 19, 2025
aba252e
fix: remove audience plugin folder; extracted to a separate open-sour…
PriteshJain Dec 19, 2025
35f5cf0
fix: resolve npm audit security vulnerabilities
PriteshJain Dec 23, 2025
67b4e7a
fix: resolve npm audit vulnerabilities and upgrade to Vite 7
PriteshJain Dec 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,13 @@ bower_components

psd
thumb
sketch
sketch

### npm audit reports ###
npm_audit_consolidated_report.txt
npm_audit_report*.txt
npm_audit*.txt

### scripts ###
npm_audit_all.sh
npm_audit*.sh
23 changes: 0 additions & 23 deletions audience-app/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions audience-app/.vscode/settings.json

This file was deleted.

46 changes: 0 additions & 46 deletions audience-app/README.md

This file was deleted.

Loading
Loading