Socket
Socket
Sign inDemoInstall

mobservable

Package Overview
Dependencies
0
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.4 to 1.1.5

2

lib/core.js

@@ -111,3 +111,3 @@ /**

disposeImmediately = true;
effect.call(scope);
dnode_1.untracked(function () { return effect.call(scope); });
}

@@ -114,0 +114,0 @@ });

@@ -179,3 +179,3 @@ /**

this.dependencyChangeCount += 1;
if (--this.dependencyStaleCount === 0) {
if (this.dependencyStaleCount > 0 && --this.dependencyStaleCount === 0) {
this.state = NodeState.PENDING;

@@ -182,0 +182,0 @@ if (this.dependencyChangeCount > 0)

{
"name": "mobservable",
"version": "1.1.4",
"version": "1.1.5",
"description": "Observable data. Reactive functions. Simple code.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -16,3 +16,5 @@ # mobservable

* [Official documentation](https://mweststrate.github.io/mobservable/)
* Mobservable talk on [Reactive2015](https://www.youtube.com/watch?v=FEwLwiizlk0)
## Introduction

@@ -19,0 +21,0 @@

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc