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 6.0.4 to 6.0.5

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Change Log

<a name="6.0.5"></a>
## [6.0.5](https://github.com/zerkalica/reactive-di/compare/v6.0.4...v6.0.5) (2017-12-03)
<a name="6.0.4"></a>

@@ -7,0 +12,0 @@ ## [6.0.4](https://github.com/zerkalica/reactive-di/compare/v6.0.3...v6.0.4) (2017-12-02)

2

dist/reactive-di.es.js

@@ -532,3 +532,3 @@ function _defineProperties(target, props) {

_proto.r = function r(force) {
var data;
var data = null;
var render = this._render;

@@ -535,0 +535,0 @@ var prevContext = Injector.parentContext;

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

_proto.r = function r(force) {
var data;
var data = null;
var render = this._render;

@@ -539,0 +539,0 @@ var prevContext = Injector.parentContext;

@@ -538,3 +538,3 @@ (function (global, factory) {

_proto.r = function r(force) {
var data;
var data = null;
var render = this._render;

@@ -541,0 +541,0 @@ var prevContext = Injector.parentContext;

{
"name": "reactive-di",
"version": "6.0.4",
"version": "6.0.5",
"description": "Reactive dependency injection",

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

"flow-bin": "^0.60.1",
"lom_atom": "^3.0.9",
"lom_atom": "^3.0.10",
"mobx": "^3.3.2",

@@ -77,4 +77,4 @@ "mocha": "^4.0.1",

"standard-version": "^4.2.0",
"uglify-es": "^3.2.0"
"uglify-es": "^3.2.1"
}
}

@@ -94,4 +94,4 @@ // @flow

@detached r(force: boolean): IElement {
let data: IElement
@detached r(force: boolean): ?IElement {
let data: ?IElement = null

@@ -108,2 +108,3 @@ const render = this._render

}
injector.rendered = ''

@@ -110,0 +111,0 @@ Injector.parentContext = prevContext

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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