You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.
https://github.com/Mobius1/Selectr/blob/master/dist/selectr.min.js does not match https://github.com/Mobius1/Selectr/blob/master/src/selectr.js.
This creates a issue when you include the lib using NPM, it loads the obsolete file from the dist folder which is specified in the package.json "main": "dist/selectr.min.js".
To see the difference search for this phrase this.select(0); and notice the dist min JS file is missing this IF condition: this.config.data.length > 0.
The text was updated successfully, but these errors were encountered:
This is a huge issue for us as the XSS fixes from 8 months ago are not included in the dist/selectr.min.js (works fine using the src selectr.js. How is the min file created and can we get the npm package updated properly??
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://github.com/Mobius1/Selectr/blob/master/dist/selectr.min.js
does not matchhttps://github.com/Mobius1/Selectr/blob/master/src/selectr.js
.This creates a issue when you include the lib using NPM, it loads the obsolete file from the
dist
folder which is specified in the package.json"main": "dist/selectr.min.js"
.To see the difference search for this phrase
this.select(0);
and notice thedist
min JS file is missing this IF condition:this.config.data.length > 0
.The text was updated successfully, but these errors were encountered: