Socket
Socket
Sign inDemoInstall

awilix

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

awilix - npm Package Compare versions

Comparing version 3.0.5 to 3.0.6

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# v3.0.6
* Update `container.cradle` typing to be `any` ([#83](https://github.com/jeffijoe/awilix/issues/83), [Ackos95](https://github.com/Ackos95))
# v3.0.5

@@ -2,0 +6,0 @@

4

lib/container.d.ts

@@ -18,5 +18,3 @@ import { GlobWithOptions } from './list-modules';

*/
readonly cradle: {
[key: string]: any;
} & Iterable<string>;
readonly cradle: any;
/**

@@ -23,0 +21,0 @@ * Getter for the rolled up registrations that merges the container family tree.

{
"name": "awilix",
"version": "3.0.5",
"version": "3.0.6",
"description": "Extremely powerful dependency injection container.",

@@ -5,0 +5,0 @@ "main": "lib/awilix.js",

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