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 0.0.3 to 0.0.4

mobservable.d.ts

4

mobservable.ts

@@ -11,7 +11,7 @@ /// <reference path="./typings/node-0.10.d.ts" />

interface Lambda {
export interface Lambda {
():void;
}
interface IProperty<T,S> {
export interface IProperty<T,S> {
():T;

@@ -18,0 +18,0 @@ (value:T):S;

{
"name": "mobservable",
"version": "0.0.3",
"version": "0.0.4",
"description": "Changes are coming! Small library for creating observable properties en functions",

@@ -5,0 +5,0 @@ "main": "mobservable.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