reactive-di
Advanced tools
Comparing version 2.3.6 to 2.3.7
{ | ||
"name": "reactive-di", | ||
"version": "2.3.6", | ||
"version": "2.3.7", | ||
"description": "Reactive dependency injection", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
@@ -14,2 +14,3 @@ // @flow | ||
register(registered?: ?RegisterDepItem[]): IDi; | ||
values(values?: ?{[id: string]: mixed}): IDi; | ||
wrapComponent<Component>(key: SrcComponent<*, *>): Component; | ||
@@ -33,2 +34,3 @@ } | ||
register(registered?: ?RegisterDepItem[]): IContext; | ||
values(values?: ?{[id: string]: mixed}): IContext; | ||
} & IDi |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
329740
5137