cheap-di-react
Advanced tools
Comparing version 4.1.1 to 4.1.2
{ | ||
"type": "commonjs", | ||
"version": "4.1.1" | ||
"version": "4.1.2" | ||
} |
{ | ||
"type": "module", | ||
"version": "4.1.1" | ||
"version": "4.1.2" | ||
} |
{ | ||
"name": "cheap-di-react", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "Dependency injection based on cheap-di for using in React components with React Context", | ||
"type": "module", | ||
"peerDependencies": { | ||
"cheap-di": ">= 4.0.1", | ||
"cheap-di": ">= 4.1.0", | ||
"react": ">= 18.2.0" | ||
@@ -8,0 +9,0 @@ }, |
@@ -11,3 +11,3 @@ import { AbstractConstructor, Constructor, ContainerImpl, ImplementationType } from 'cheap-di'; | ||
sameParent(parentContainer?: ContainerImpl): boolean; | ||
getDependencies(): Map<import("cheap-di/types/types").RegistrationType<any>, object | ImplementationType<any>>; | ||
getDependencies(): Map<import("cheap-di/dist/types/types").RegistrationType<any>, object | ImplementationType<any>>; | ||
localScope<Callback extends (container: ReactContainer) => any>(callback: Callback): Callback extends (container: ReactContainer) => infer Result ? Result : void; | ||
@@ -14,0 +14,0 @@ skipParentInstanceResolvingOnce(): void; |
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
70679
Yes