New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@alterior/express

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alterior/express - npm Package Versions

1
6

3.7.1

Diff

Changelog

Source

v3.7.1

  • @/web-server: Remove direct type references to express
  • @/di: Fix type of Injector#parent when using strictNullChecks
  • @/runtime: Add missing object type constraint on Reflector#getTypeFromClass
rezonant
published 3.7.0 •

Changelog

Source

v3.7.0

  • @/runtime
    • A new lifecycle event altAfterStart can be used to run code after all modules' altOnStart callbacks have completed and all effective roles have been started (see RolesService).
rezonant
published 3.6.7 •

Changelog

Source

v3.6.7

  • @/runtime
    • RoleRegistration#instance is now optional. When not specified, the only way to target a role is by its identifier.
rezonant
published 3.6.5 •

Changelog

Source

v3.6.5

  • @/runtime
    • Fixed an issue where using role identifiers within environment/command-line configuration could cause the wrong role to be enabled if multiple roles are defined within a single module.
    • An error is now thrown if a role specified in the effective roles configuration does not exist.
    • RolesService#configure() now accepts string identifiers of roles in addition to class references.
    • RolesService#getForModule() now throws if there are multiple roles defined for the given module.
rezonant
published 3.6.4 •

rezonant
published 3.6.2 •

Changelog

Source

v3.6.2

  • @/runtime: Fixes an issue where the short form of the new --roles-skip command line option (-x) was ignored.
rezonant
published 3.6.1 •

Changelog

Source

v3.6.1

  • @/runtime: Add enabledByDefault to RoleRegistration and default to all services which are enabled by default. Allows for some roles to be disabled unless specifically asked for. Roles which are disabled by default are still included in all-except configuration. Use the new default-except (or via ALT_ROLES_DEFAULT_EXCEPT environment variable) to enable all default services except those listed. Additionally there is now an --roles-skip option which enables the default-except mode.
rezonant
published 3.6.0 •

Changelog

Source

v3.6.0

  • @/runtime: Allow specifying additional providers when bootstrapping an application
  • @/platform-nodejs
    • dotenv version 16.3.1
      • Please note these changes
        • Comments are now supported
        • Multiline strings are now supported
        • Backtick quotes are now supported
    • ws version 8.16.0
    • source-map-support version 0.5.21
  • @/logging:
    • Added missing fatal() convenience function
    • Added static shortcuts to Logger (ie Logger.info() means Logger.current.info())
rezonant
published 3.5.8 •

Changelog

Source

v3.5.8

  • @/web-server:
    • Fixes a bug where TLS options are not properly initialized in some cases, causing a crash.
    • Fixes a bug where automatically generated self-signed certificates (when requesting HTTP/2 or SPDY without specifying a certificate) are not used, causing the server to boot into HTTP only mode instead of HTTPS.
rezonant
published 3.5.7 •

Changelog

Source

v3.5.7

  • @/web-server:
    • Fixes more semantic issues with certificate generator on Forge
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc