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.15 to 5.4.0

4

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

@@ -31,3 +31,3 @@ "main": "dist/cjs.es5.js",

"type": "git",
"url": "git@github.com:yunfengdie/observer-util.git"
"url": "git@code.alipay.com:yunfengdie/observer-util.git"
},

@@ -34,0 +34,0 @@ "bugs": {

@@ -28,2 +28,7 @@ declare module 'nemo-observable-util' {

interface ExecSyncOptions {
before: Function;
after: Function;
actionName?: string;
}
function observe<Reaction extends Function>(

@@ -68,2 +73,3 @@ func: Reaction,

function runInAction<T extends (...args: any) => any>(f: T): ReturnType<T>;
function execSyncAndRunObserverImmediately<T extends (...args: any) => any>(f: T, opts:ExecSyncOptions): ReturnType<T>;
const actionManager: any;

@@ -70,0 +76,0 @@ function decoratorFactory<T extends Function>(

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