Skip to content
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 Deprecated abab Package and Switch to Native atob()/btoa() Methods #768

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

jaganvarun059
Copy link

@jaganvarun059 jaganvarun059 commented Dec 3, 2024

Description:

This PR removes the deprecated abab package as it is no longer maintained. The functionality previously provided by abab is now replaced with the native atob() and btoa() methods available in the platform.

https://www.npmjs.com/package/abab

Changes:

Removed the abab package from dependencies.
Replaced usage of abab with the platform's native atob() and btoa() methods.
Reasoning:
The abab package has been deprecated, and using native methods improves performance and reduces external dependencies.

Testing:

Verified that the application works correctly with atob() and btoa() for encoding and decoding.

@jcbrand jcbrand merged commit 780967d into strophe:master Dec 3, 2024
1 check passed
@jcbrand
Copy link
Contributor

jcbrand commented Dec 3, 2024

Thanks!

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.

3 participants