-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ts backend #2106
base: main
Are you sure you want to change the base?
Ts backend #2106
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 6b798b6. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 5 targetsSent with 💌 from NxCloud. |
if (Object.keys(packages).indexOf(pkg) === -1) { | ||
return reply.code(400).send({ error: 'Invalid package' }); | ||
} | ||
return await packages[pkg][method](...request.body); |
Check failure
Code scanning / CodeQL
Unvalidated dynamic method call High
Hi👋, please prefix this PR's title with:
breaking-change:
if you have introduced modification that necessitates immediate adjustments by this SDK's users to their applications, clients, or integrations to avert disruptions to existing features or functionalities.feat:
,fix:
,refactor:
,docs:
, orchore:
.Summary
Detail and impact of the change
Added
Changed
Deprecated
Removed
Fixed
Security
Anything else worth calling out?