New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mobx-mvvm

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobx-mvvm - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

declarations/mvvm/createComponent.d.ts

4

declarations/commands/CompositeCommand.d.ts

@@ -6,4 +6,4 @@ import { CommandBase, ICommand } from './CommandBase';

export interface ICompositeCommand<TPayload> extends ICommand<TPayload> {
registerCommand(command: ICommand<TPayload>): any;
unregisterCommand(command: ICommand<TPayload>): any;
registerCommand(command: ICommand<TPayload>): void;
unregisterCommand(command: ICommand<TPayload>): void;
}

@@ -10,0 +10,0 @@ /**

@@ -1,6 +0,9 @@

export { DataTemplate } from './bindings/DataTemplate';
export { ICommand } from './commands/CommandBase';
export { ICommandThunk, ICanExecuteCommandThunk, Command } from './commands/Command';
export { CompositeCommand } from './commands/CompositeCommand';
export { IViewModel, IMountAware } from './mvvm/ViewModel';
export { IView, IViewProps } from './mvvm/View';
export { IViewModelLocatorProps, IViewModelResolver, ViewModelLocator } from './mvvm/ViewModelLocator';
export { createComponent } from './mvvm/createComponent';
export { IPubSubEvent, IPubSubEventDisposer, IPubSubEventListener, IPubSubEventService, IPubSubEventType, PubSubEventService } from './services/PubSubEventService';
export { IEvent, IEventListener, IEventListenerDisposer, createEvent } from './utils/createEvent';
"use strict";
// bindings
// commanding
var DataTemplate_1 = require('./bindings/DataTemplate');
exports.DataTemplate = DataTemplate_1.DataTemplate;
// commanding
var Command_1 = require('./commands/Command');

@@ -11,2 +8,7 @@ exports.Command = Command_1.Command;

exports.CompositeCommand = CompositeCommand_1.CompositeCommand;
// mvvm
var ViewModelLocator_1 = require('./mvvm/ViewModelLocator');
exports.ViewModelLocator = ViewModelLocator_1.ViewModelLocator;
var createComponent_1 = require('./mvvm/createComponent');
exports.createComponent = createComponent_1.createComponent;
// services

@@ -13,0 +15,0 @@ var PubSubEventService_1 = require('./services/PubSubEventService');

{
"name": "mobx-mvvm",
"version": "1.0.1",
"version": "1.0.2",
"description": "MobX MVVM solution based off React and inspired by Prism",

@@ -36,2 +36,3 @@ "main": "./lib/index.js",

"rimraf": "^2.5.4",
"ts-loader": "^0.8.2",
"typescript": "^2.0.0"

@@ -38,0 +39,0 @@ },

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