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.33.2 to 1.34.0

2

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

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -41,2 +41,8 @@ /*

export type AvatarSize = 'small' | 'large' | 'full';
export type Avatar = {
url: string
};
export type AvatarPlaceholder = 'empty' | 'lblue' | 'blue' | 'purple' | 'red' | 'orange' | 'yellow' | 'green';

@@ -43,0 +49,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