New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nemo-observable-util

Package Overview
Dependencies
Maintainers
3
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nemo-observable-util - npm Package Compare versions

Comparing version 5.0.6 to 5.0.7

5

dist/cjs.es5.js

@@ -197,2 +197,6 @@ 'use strict';

function flush() {
runnerManager.flush();
}
// reactions can call each other and form a call stack

@@ -691,2 +695,3 @@ var reactionStack = [];

exports.transactionManager = transactionManager;
exports.flush = flush;
exports.action = action;

@@ -693,0 +698,0 @@ exports.actionManager = actionManager;

@@ -185,2 +185,6 @@ 'use strict';

function flush() {
runnerManager.flush();
}
// reactions can call each other and form a call stack

@@ -652,2 +656,3 @@ const reactionStack = [];

exports.transactionManager = transactionManager;
exports.flush = flush;
exports.action = action;

@@ -654,0 +659,0 @@ exports.actionManager = actionManager;

6

dist/es.es5.js

@@ -193,2 +193,6 @@ var connectionStore = new WeakMap();

function flush() {
runnerManager.flush();
}
// reactions can call each other and form a call stack

@@ -677,2 +681,2 @@ var reactionStack = [];

export { observe, unobserve, observable, isObservable, raw, config, startTransaction, endTransaction, withTransaction, transactionManager, action, actionManager, runInAction, decoratorFactory };
export { observe, unobserve, observable, isObservable, raw, config, startTransaction, endTransaction, withTransaction, transactionManager, flush, action, actionManager, runInAction, decoratorFactory };

@@ -181,2 +181,6 @@ const connectionStore = new WeakMap();

function flush() {
runnerManager.flush();
}
// reactions can call each other and form a call stack

@@ -638,2 +642,2 @@ const reactionStack = [];

export { observe, unobserve, observable, isObservable, raw, config, startTransaction, endTransaction, withTransaction, transactionManager, action, actionManager, runInAction, decoratorFactory };
export { observe, unobserve, observable, isObservable, raw, config, startTransaction, endTransaction, withTransaction, transactionManager, flush, action, actionManager, runInAction, decoratorFactory };

2

package.json
{
"name": "nemo-observable-util",
"version": "5.0.6",
"version": "5.0.7",
"description": "Simple transparent reactivity with 100% language coverage. Made with ES6 Proxies.",

@@ -5,0 +5,0 @@ "main": "dist/cjs.es5.js",

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