Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3.9 to 5.3.10

1

dist/cjs.es5.js

@@ -881,1 +881,2 @@ 'use strict';

exports.decoratorFactory = decoratorFactory;
exports.isIECompatibleMode = isIECompatibleMode;

@@ -817,1 +817,2 @@ 'use strict';

exports.decoratorFactory = decoratorFactory;
exports.isIECompatibleMode = isIECompatibleMode;

2

dist/es.es5.js

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

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

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

export { observe, unobserve, observable, isObservable, raw, config, startTransaction, endTransaction, withTransaction, transactionManager, flush, action, actionManager, runInAction, asyncAction, decoratorFactory };
export { observe, unobserve, observable, isObservable, raw, config, startTransaction, endTransaction, withTransaction, transactionManager, flush, action, actionManager, runInAction, asyncAction, decoratorFactory, isIECompatibleMode };
{
"name": "nemo-observable-util",
"version": "5.3.9",
"version": "5.3.10",
"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