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.1 to 2.3.2

2

dist/annotations.js

@@ -94,3 +94,3 @@ 'use strict';

dm(_common.metaKey, new _common.ServiceMeta(), lc);
return target;
return lc;
};

@@ -97,0 +97,0 @@ }

{
"name": "reactive-di",
"version": "2.3.1",
"version": "2.3.2",
"description": "Reactive dependency injection",

@@ -5,0 +5,0 @@ "publishConfig": {

@@ -74,7 +74,7 @@ // @flow

export function hooks<V: Function>(target: V): (lc: Class<LifeCycle<*>>) => V {
export function hooks<V: Function>(target: V): (lc: Class<LifeCycle<*>>) => Class<LifeCycle<*>> {
return (lc: Class<LifeCycle<*>>) => {
dm(lcKey, lc, target)
dm(metaKey, new ServiceMeta(), lc)
return target
return lc
}

@@ -81,0 +81,0 @@ }

Sorry, the diff of this file is not supported yet

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