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

cheap-di-react

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cheap-di-react - npm Package Compare versions

Comparing version 4.1.1 to 4.1.2

2

cjs/package.json
{
"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;

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