Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Releases: jdx/npm-register

v2.8.2

Choose a tag to compare

@dgautsch dgautsch released this 22 Oct 18:34

Changes

v2.8.1

Choose a tag to compare

@dgautsch dgautsch released this 31 Aug 14:43
a91329c
  • Fixes an issue with response bodies coming back as strings rather than objects.
  • Address package dependencies for Heroku

v2.8.0

Choose a tag to compare

@dgautsch dgautsch released this 31 Aug 05:36
bf5ca63

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.

v.2.7.0

Choose a tag to compare

@dgautsch dgautsch released this 31 Aug 02:24

Features Added

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

v2.6.2

Choose a tag to compare

@dgautsch dgautsch released this 15 Jan 15:06

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.

v2.6.1

Choose a tag to compare

@dgautsch dgautsch released this 11 Jan 15:03

Normalise encoding for EOL #102

v2.6.0

Choose a tag to compare

@dgautsch dgautsch released this 10 Jan 17:21
  • Added authentication with registry.npm.org via #94