npm-register

Your own private npm registry and backup server

ISC License

Stars
482
Committers
23
npm-register - v2.8.2 Latest Release

Published by dgautsch about 6 years ago

Changes

  • Fixes for #143 and #135
npm-register - v2.8.1

Published by dgautsch about 6 years ago

  • Fixes an issue with response bodies coming back as strings rather than objects.
  • Address package dependencies for Heroku
npm-register - v2.8.0

Published by dgautsch about 6 years ago

Implementing UI

This is a preview release for the React UI that allows you to view your packages. I understand this has been a long time coming and this could use some work going forward. Initial feedback is greatly appreciated.

npm-register - v.2.7.0

Published by dgautsch about 6 years ago

Features Added

  • Support for npm audit
  • Added additional configuration options for S3 configuration
  • Dockerfile improvements: add permissions to volume location.
npm-register - v2.6.2

Published by dgautsch almost 7 years ago

Addresses #101 by running the start command through node. This is a cross-platform friendly that allows npm-register to be started on both Windows, *nix, and Mac platforms.

npm-register -

Published by dgautsch almost 7 years ago

Normalise encoding for EOL #102

npm-register - v2.6.0

Published by dgautsch almost 7 years ago

  • Added authentication with registry.npm.org via #94