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 0.0.5 to 0.0.6

interfaces/diInterfaces.js

7

lib/interfaces/diInterfaces.js

@@ -1,4 +0,7 @@

'use strict';
"use strict";
/*:: import type {Dependency} from './annotationInterfaces'*/
/*:: export type DepFn<T> = (...x: any) => T;*/
// eslint-disable-line
/*:: export type Dependency<T> = DepFn<T>|Class<T>;*/
/*:: export type SetState<State: Object> = (state: State) => State;*/

@@ -5,0 +8,0 @@ /*:: export type Updater<State: Object> = {

{
"name": "reactive-di",
"version": "0.0.5",
"version": "0.0.6",
"description": "Reactive dependency injection",

@@ -21,3 +21,3 @@ "publishConfig": {

"clean": "rm -rf $npm_package_options_builddir coverage interfaces",
"build": "npm run clean && babel src --source-maps --out-dir $npm_package_options_builddir && rm -rf lib/__tests__",
"build": "npm run clean && babel src --source-maps --out-dir $npm_package_options_builddir && cp -rf src/interfaces ./ && rm -rf lib/__tests__ interfaces/annotation* interfaces/node* interfaces/plugin*",
"build.dev": "npm run build -- --watch",

@@ -56,3 +56,4 @@ "lint": "exit 0 && eslint src",

"LICENSE",
"lib"
"lib",
"interfaces"
],

@@ -59,0 +60,0 @@ "devDependencies": {

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