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 dependency on jquery-2.1.0.min.js #76

Open
CalvinWu4 opened this issue Oct 13, 2020 · 1 comment
Open

Remove dependency on jquery-2.1.0.min.js #76

CalvinWu4 opened this issue Oct 13, 2020 · 1 comment

Comments

@CalvinWu4
Copy link

I want to publish a Firefox extension using this library but I got this:
This add-on uses arrive.min.js library which contains jQuery version 2.1.0. jQuery versions older than 3.0 are no longer allowed in extensions. These versions are not supported by the jQuery team and may contain security vulnerabilities

@parasharrajat
Copy link

You don't need to use the jQuery at all. It's optional. Use vanila javascript to refer to dom nodes.
If the error due to that library install jquery with original package. Then you can use the arrive.min.js directly into your scripts.
no need to do npm install.

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

No branches or pull requests

2 participants