react-magnetic-di
Advanced tools
Comparing version 2.2.11 to 2.2.12
{ | ||
"name": "react-magnetic-di", | ||
"version": "2.2.11", | ||
"version": "2.2.12", | ||
"description": "Context driven dependency injection", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -52,2 +52,3 @@ declare module 'react-magnetic-di' { | ||
function injectable<T extends Dependency>(from: T, implementation: T): T; | ||
function injectable<T extends Dependency>( | ||
@@ -54,0 +55,0 @@ from: T, |
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
87798
1817