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 May 10, 2019. It is now read-only.
We use npm shrinkwrap in most of our newer repos (ie: FxA stuff, FMD, etc).
Not sure if we should still cling to lockdown here for historical nostalgia, or if we should switch to npm shrinkwrap for consistency.
Discuss.
The text was updated successfully, but these errors were encountered:
Whoops, the mass-closing script misfired. Reopening.
Shrinkwrap's issues have not been completely solved, but the npm registry now prohibits re-use or modification of version numbers, which is roughly equivalent to what lockdown was trying to solve. We'd be exposing ourselves to potential compromise by the operators of the npm registry itself (or a bug in the registry), but we'd be gaining a better-maintained and easier to use tool.
We use npm shrinkwrap in most of our newer repos (ie: FxA stuff, FMD, etc).
Not sure if we should still cling to lockdown here for historical nostalgia, or if we should switch to npm shrinkwrap for consistency.
Discuss.
The text was updated successfully, but these errors were encountered: