Socket
Socket
Sign inDemoInstall

awilix

Package Overview
Dependencies
15
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.11.0 to 2.11.1

4

CHANGELOG.md
# Awilix Changelog
## 2.11.1
* Fix typings for `container.build`
## 2.11.0

@@ -4,0 +8,0 @@

5

index.d.ts

@@ -41,3 +41,6 @@ // Type definitions for Awilix v2.2.6

resolve<T>(name: string): T
build<T>(target: ClassOrFunctionReturning<T>, opts?: RegistrationOptions): T
build<T>(
target: ClassOrFunctionReturning<T> | Registration,
opts?: RegistrationOptions
): T
}

@@ -44,0 +47,0 @@

{
"name": "awilix",
"version": "2.11.0",
"version": "2.11.1",
"description": "Simple dependency injection container + helper utilities to facilitate wiring of modules",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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