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.19 to 0.0.20

14

dist/plugins/setter/impl/AsyncSetterDepImpl.js

@@ -208,5 +208,2 @@ 'use strict';

var isDataChanged = !value || this._model.set(value);
if (isMetaChanged || isDataChanged) {
this._notify();
}
if (this._exposed) {

@@ -216,2 +213,5 @@ this._exposed.success();

}
if (isMetaChanged || isDataChanged) {
this._notify();
}
}

@@ -221,9 +221,9 @@ }, {

value: function error(err /*: E*/) {
if (this._exposed) {
this._exposed.error(err);
this._exposed = null;
}
if (this._setMeta((0, _asyncHelpers.setError)(this.meta, err))) {
this._notify();
}
if (this._exposed) {
this._exposed.error();
this._exposed = null;
}
}

@@ -230,0 +230,0 @@ }, {

{
"name": "reactive-di",
"version": "0.0.19",
"version": "0.0.20",
"description": "Reactive dependency injection",

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

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