Should we have an NPM package? #3
Replies: 2 comments 2 replies
-
I'd say yes we should publish npm package, for two reasons:
|
Beta Was this translation helpful? Give feedback.
-
Yes we should absolutely publish this to NPM because of security reasons. NPM packages are unchangeable once they are deployed and used by at least a few users (NPM doesn't allow changes). GitHub repos can be overridden and mistakes can be introduced. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Should we also publish NPM packages and GitHub releases for this repo or installing it via commit should be fine?
IMO, if integrators have no issues installing the
@sablier/lockup
package (or any other of our protocols that depend on this), we don't need to, since the purpose of this repo is to simply centralize repetitive logic across all our contract repos.Up to see
cc @sablier-labs/solidity
Beta Was this translation helpful? Give feedback.
All reactions