unpkg-server icon indicating copy to clipboard operation
unpkg-server copied to clipboard

The CDN for everything on npm

Results 5 unpkg-server issues
Sort by recently updated
recently updated
newest added

Hi @KevinSheedy, I want to use it in my company, but I got an alert about vulnerabilities in the dependency of unpkg-server. I updated the needed and tested it after...

There was one line that explicitly used https regardless of the registry URL. Now it chooses http or https based on the URL protocol.

To prevent problems with scoped packages in registries like artifactory it would be better to use the tarball url from the package config instead of a template string.

1. Included dotenv in app as it allows easier setup of environments without having to remember runtime arguments. Bonus: Keeps secrets out of the shell history. 2. Switched ENABLE_CLOUDFLARE boolean...

GitLab uses scoped name convention. We can see it in docs and in tarball links. Example: ` curl --header "Authorization: Bearer " "https://gitlab.example.com/api/v4/projects/1/packages/npm/@myscope/my-pkg/-/@my-scope/my-pkg-0.0.1.tgz" ` Now by adding --GITLAB_REGISTRY we can...