Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

async-didi

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-didi - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

CHANGELOG.md

@@ -9,4 +9,8 @@ # Changelog

## 0.1.1
* `DOCS`: clarified `didi` relation
## 0.1.0
_Initial version._

2

package.json
{
"name": "async-didi",
"version": "0.1.0",
"version": "0.1.1",
"description": "Async Dependency Injection for JavaScript",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -1,6 +0,6 @@

# async-didi
# `async-didi`
[![Build Status](https://travis-ci.com/nikku/async-didi.png?branch=master)](https://travis-ci.com/nikku/async-didi)
An async version of [didi](didi), the dependency injection library for JavaScript.
An async version of [`didi`](didi), the dependency injection library for JavaScript.

@@ -45,14 +45,16 @@

## Usage
## Comparison to [`didi`][didi]
Checkout [didi](https://github.com/nikku/didi) for detailed usage instructions.
* Same core features
* Exposes an `AsyncInjector`
* Injector API functions `get`, `invoke` and `instantiate` are async
* Factory functions may be async
* No support for child injectors and scopes
## Differences to [didi][didi]
## License
* async `get`, `invoke` and `instantiate` methods
* support for async factory functions
* no support for child injectors and scopes
MIT
[didi]: https://github.com/nikku/didi
[didi]: https://github.com/nikku/didi
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