-
-
Notifications
You must be signed in to change notification settings - Fork 498
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
browser-sync npm audit warning #1164
Comments
I'm getting the same warnings for
|
Still not fixed as of now. |
Do note that We are on the latest |
A lot of other options for live reload (or it's not terribly hard to implement from scratch), but I'm guessing the actual syncing of pages between browsers is not something folks would want to give up (and is a far bigger pain to implement). Since it's only on the dev side, maybe it's ok to wait for a bit and see if browser-sync updates, but it might be worth exploring other options in case that doesn't happen. |
Another strategy would be to not tightly couple development utilities and core build functionality into a single package. That would also make use cases more flexible. Example: I just gave it a try in a Node container with WSL. Browsersync watch doesn't work at all (quick search revealed a WSL fork in the npm registry) and prints useless info to the console (the Access URLs in a container are unlikely to be interesting unless you have an X server and browser installed there ;-). PS: I came here because of the audit issue, I hadn't even configured/used the browsersync part until then. |
Filed #1305 to start the search for alternatives. If we end up self implementing, I don’t think we’ll probably implement the ghost mode feature from browser-sync—at least not for the first release. Personally I don’t find it to be super valuable. |
Looks like a patch was issued for
│ High │ Denial of Service │ |
Yay BrowserSync/browser-sync#1764 was fixed |
At time of opening (0.11.0 release day) we are on the latest version of browser-sync.
The text was updated successfully, but these errors were encountered: