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

reactive-di

Package Overview
Dependencies
Maintainers
1
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactive-di - npm Package Compare versions

Comparing version 2.3.6 to 2.3.7

2

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