Skip to content

Conversation

vedantakbari
Copy link

  • Moved hardcoded baseUrls from index.js to config.js to improve maintainability.
  • Removed the unused jquery dependency from package.json.
  • Updated dependencies and resolved security vulnerabilities by running npm audit fix.

- Moved hardcoded `baseUrls` from `index.js` to `config.js` to improve maintainability.
- Removed the unused `jquery` dependency from `package.json`.
- Updated dependencies and resolved security vulnerabilities by running `npm audit fix`.
- Optimized asset fetching by using Promise.any() to fetch from all sources concurrently.
- Implemented in-memory caching for fetched assets using node-cache to reduce latency.
- Added compression middleware to the Express app to reduce response size.
- Refactored hardcoded URLs from index.js to config.js.
- Removed unused 'jquery' dependency.
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
2 Security Hotspots

See analysis details on SonarQube Cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant