Socket
Socket
Sign inDemoInstall

awilix

Package Overview
Dependencies
23
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2345
9Next

10.0.2

Diff

jeffijoe
published 10.0.1 •

Changelog

Source

v10.0.1

  • Add back some type exports (#351)
jeffijoe
published 10.0.0 •

Changelog

Source

v10.0.0

  • Add (optional, off by default) strict mode to enforce extra correctness checks in both resolution and registration (#349 by @fnimick)
  • Reduce the publicly accessible API surface to only that which is needed to use Awilix. This is potentially a breaking change if you were using any of the internal type definitions (#349 by @fnimick)
jeffijoe
published 9.0.0 •

Changelog

Source

v9.0.0

  • Upgrade packages
  • Fix aliasTo to allow passing symbol (#342 by @zb-sj)
  • Migrate from TSLint to ESLint
  • BREAKING CHANGE: Drop Node 12 support for real this time (updated the engines field)
jeffijoe
published 8.0.1 •

Changelog

Source

v8.0.1

  • Upgrade packages
  • Move CI from Travis to GitHub Actions
jeffijoe
published 8.0.0 •

Changelog

Source

v8.0.0

  • BREAKING: Drop Node 12 support, add Node 18 to build matrix
  • BREAKING: #300 Rename awilix.module.js to awilix.module.mjs
  • #293 Update packages, including fast-glob

BREAKING CHANGES

Drop Node 12 support

Node 12 is no longer officially supported, as it is not an active LTS anymore.

jeffijoe
published 7.0.3 •

Changelog

Source

v7.0.3

  • Use LoadedModuleDescriptor in NameFormatter delegate parameter
  • Update packages
jeffijoe
published 7.0.2 •

Changelog

Source

v7.0.2

  • #291 Fix listModules regression on Windows
  • Update packages
jeffijoe
published 7.0.1 •

Changelog

Source

v7.0.1

  • #288 Don't use Error.captureStackTrace on unsupported platforms
jeffijoe
published 7.0.0 •

Changelog

Source

v7.0.0

  • BREAKING: #286 Support Symbol.toStringTag. This should fix es5-shim/480.
  • Update packages

BREAKING CHANGES

Cradle JSON and inspect representation changed

The Awilix Cradle's string representation when used by util.inspect, .toJSON() and others returned [AwilixContainer.cradle]. This has been changed to [object AwilixContainerCradle] to align with other common string representations in JavaScript.

2345
9Next
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc