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.4 to 5.0.5

2

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

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

@@ -50,3 +50,3 @@ declare module 'nemo-observable-util' {

function action(target: Object, propertyKey: string | symbol): void;
function runInAction<T extends Function>(f: T): ReturnType<T>;
function runInAction<T extends (...args: any) => any>(f: T): ReturnType<T>;
const actionManager: any;

@@ -53,0 +53,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