Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@userlike/messenger-types

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@userlike/messenger-types - npm Package Compare versions

Comparing version 0.1.0-alpha.0 to 0.1.0-alpha.3

dist/cjs/Observable.js

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [0.1.0-alpha.3](https://github.com/userlike/messenger/compare/v0.1.0-alpha.2...v0.1.0-alpha.3) (2020-08-25)
### Features
* add state$ and getState ([881d8f1](https://github.com/userlike/messenger/commit/881d8f14c945035ec82dafeeb77f37207f5b4f4c))
# [0.1.0-alpha.0](https://github.com/userlike/messenger/compare/v0.0.1-alpha.15...v0.1.0-alpha.0) (2020-08-06)

@@ -8,0 +19,0 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.UI = void 0;
var UI;
(function (UI) {
UI["Hidden"] = "hidden";
UI["Minimized"] = "minimized";
UI["Maximized"] = "maximized";
})(UI = exports.UI || (exports.UI = {}));

15

dist/es/versions/v1.d.ts
import { ActionResult } from "../ActionResult";
export interface Api extends ApiActions {
import { Observable } from "../Observable";
export interface Api extends ApiActions, ApiState {
version: 1;
}
export declare enum UI {
Hidden = "hidden",
Minimized = "minimized",
Maximized = "maximized"
}
export interface State {
ui: UI;
}
export interface ApiState {
state$: Observable<State>;
getState(): State;
}
export interface ApiActions {

@@ -6,0 +19,0 @@ /**

4

package.json
{
"name": "@userlike/messenger-types",
"version": "0.1.0-alpha.0",
"version": "0.1.0-alpha.3",
"main": "dist/cjs/index.js",

@@ -29,3 +29,3 @@ "module": "dist/es/index.js",

},
"gitHead": "3d4e58c1c60cb12d1b38c1675b1a7d614f6cdd1c"
"gitHead": "3c52dbcc55c9965cfe3c451f7e577da6f3dd9641"
}
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