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

@dlghq/dialog-types

Package Overview
Dependencies
Maintainers
6
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dlghq/dialog-types - npm Package Compare versions

Comparing version 1.34.0 to 1.34.1

8

package.json
{
"name": "@dlghq/dialog-types",
"version": "1.34.0",
"version": "1.34.1",
"description": "Flow types for dialog projects",

@@ -36,6 +36,6 @@ "main": "src/index.js",

"@dlghq/eslint-config-dialog": "3.3.2",
"eslint": "4.16.0",
"flow-bin": "0.63.1",
"jest-cli": "22.1.4"
"eslint": "4.18.1",
"flow-bin": "0.66.0",
"jest-cli": "22.4.2"
}
}

@@ -0,0 +0,0 @@ dialog types

@@ -47,3 +47,11 @@ /*

export type AvatarPlaceholder = 'empty' | 'lblue' | 'blue' | 'purple' | 'red' | 'orange' | 'yellow' | 'green';
export type AvatarPlaceholder =
| 'empty'
| 'lblue'
| 'blue'
| 'purple'
| 'red'
| 'orange'
| 'yellow'
| 'green';

@@ -275,3 +283,9 @@ export type AuthError = {

export type MessageState = 'pending' | 'sent' | 'received' | 'read' | 'error' | 'unknown';
export type MessageState =
| 'pending'
| 'sent'
| 'received'
| 'read'
| 'error'
| 'unknown';

@@ -479,1 +493,9 @@ export type MessageAttachmenReply = {

| { type: 'group', group: ?Group, online: ?GroupOnline };
export type ColorTheme =
| 'default'
| 'primary'
| 'success'
| 'danger'
| 'info'
| 'warning';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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