Socket
Socket
Sign inDemoInstall

mobservable

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobservable - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 1.0.3
* `extendObservable` now supports passing in multiple object properties
# 1.0.2

@@ -2,0 +6,0 @@

2

dist/typings/core.d.ts

@@ -19,3 +19,3 @@ import { Lambda, IObservableArray, IObservableValue, IContextInfoStruct } from './interfaces';

export declare function expr<T>(expr: () => T, scope?: any): T;
export declare function extendObservable<A extends Object, B extends Object>(target: A, properties: B, context?: IContextInfoStruct): A & B;
export declare function extendObservable<A extends Object, B extends Object>(target: A, ...properties: B[]): A & B;
export declare function toJSON(source: any): any;

@@ -22,0 +22,0 @@ export declare function transaction<T>(action: () => T): T;

{
"name": "mobservable",
"version": "1.0.2",
"version": "1.0.3",
"description": "Observable data. Reactive functions. Simple code.",

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

Sorry, the diff of this file is too big to display

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