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.0.1 to 5.0.2

2

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

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

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

function action<F extends Function>(fn: F): F;
function action(target: any, key: any, d: TypedPropertyDescriptor<any>): void;
function action(
target: Object,
propertyKey: string | symbol,
descriptor: TypedPropertyDescriptor<T>
): TypedPropertyDescriptor<T> | void;
function action(target: Object, propertyKey: string | symbol): void;
const actionManager: any;

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