PipedreamHQ / pipedream

Connect APIs, remarkably fast. Free for developers.
https://pipedream.com
Other
8.77k stars 5.26k forks source link

Support requiring private npm packages #332

Open dylburger opened 4 years ago

dylburger commented 4 years ago

It would be great to be able to import private npm packages.

Originally posted by @Bekt in https://github.com/PipedreamHQ/pipedream/discussions/331

theJenix commented 2 years ago

Another use case would be using on-premises npm proxies like Sonotype Nexus or Artifactory; companies use these to control their software supply chain and prevent against supply chain attacks/npm poisoning. In this case, I as a pipe dream user would need to be able to supply the url for my npm repo along with login and password; and I would expect pipe dream to resolve all npm dependencies thru that repo (or error if not found).