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

@alterior/http

Package Overview
Dependencies
Maintainers
0
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alterior/http - npm Package Versions

13
8

3.7.0

Diff

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.6 •

Changelog

Source

v3.5.6

  • Re-release of packages to resolve package resolution issues
rezonant
published 3.5.5 •

Changelog

Source

v3.5.5

  • @/web-server: Fix a semantic issue with the Forge library in certificate generation
rezonant
published 3.5.3 •

Changelog

Source

v3.5.3

  • @/di: Better type safety for TypeProvider (must be concrete type) while still allowing for injection tokens to be abstract. Fixes an issue where inject() could not accept an abstract class, even though that is a common pattern for swappable injectables.
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