-
Notifications
You must be signed in to change notification settings - Fork 118
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
Remove jQuery Dependency #142
Comments
👍🏻 agreed. Any thoughts from the splunk team on this. We have multiple projects facing issues with this dependency. |
@amcdnl as of now we don't have any plans to migrate to @aaronlippold would you please share details of issues that are being faced in the projects because of the jQuery dependency. |
Hi
Happy to.
Amndeep Mann is our lead developer and he can get our other developers
involved in the conversation to provide you more detail on the issues we
were facing, and why we had to temporary migrate away from the SDK to
straight Axios so that we were able to continue our upgrade to node 18 and
resolve, critical vulnerability, mitigation‘s for our application. We also
had to make updates via a fork of the repository and our own organization.
If we can contribute these back, and the library itself would be better
maintained we would be more than happy to, of course leverage the SDK as it
was intended for our Splunk integrations and be proactive participants in
the community.
Looking forward to working with you guys on this moving forward.
On Thu, Jun 22, 2023 at 06:05 ashah-splunk ***@***.***> wrote:
@amcdnl <https://github.com/amcdnl> as of now we don't have any plans to
migrate to fetch API. Please let us know if there is any specific need
for using fetch API
@aaronlippold <https://github.com/aaronlippold> would you please share
details of issues that are being faced in the projects because of the
jQuery dependency.
—
Reply to this email directly, view it on GitHub
<#142 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALK42DGMO5WJCZW6UERRJLXMQKIDANCNFSM5M57IC7A>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
--------
Aaron Lippold
***@***.***
260-255-4779
twitter/aim/yahoo,etc.
'aaronlippold'
|
jQuery issue
Fork reason
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue
This package relies on jQuery ( https://github.com/splunk/splunk-sdk-javascript#client-side-code-example ).
jQuery is not widely used anymore and for simple things like making API calls the
fetch
API would be better.The text was updated successfully, but these errors were encountered: