top | item 15427557

(no title)

js4all | 8 years ago

Am I the only one who thinks running scripts on a site directly from npm is a bad idea? What happens when an incompatible change in any of the dependencies is pushed. What if a package owner had transferred his ownership und the new owner pushes whatever he wants.

discuss

order

pygy_|8 years ago

For one off examples it is just convenient. For long-lasting demo, it would be wise to pin the versions.