Socket
Socket
Sign inDemoInstall

@giosg/types

Package Overview
Dependencies
Maintainers
11
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@giosg/types - npm Package Compare versions

Comparing version 12.0.5 to 12.0.6

3

CHANGELOG.md

@@ -7,2 +7,5 @@ # Changelog

## 12.0.6
- Added "is_muted" to ChatMembershipPayload interface
## 12.0.5

@@ -9,0 +12,0 @@ - Added "is_muted" to ChatMembership interface

@@ -262,2 +262,4 @@ import { NestedAvatar } from "./customer";

last_seen_at?: string;
/** Defines whether chat notifications are diabled */
is_muted: boolean;
}

@@ -264,0 +266,0 @@ interface ChatMessageCommon {

@@ -262,2 +262,4 @@ import { NestedAvatar } from "./customer";

last_seen_at?: string;
/** Defines whether chat notifications are diabled */
is_muted: boolean;
}

@@ -264,0 +266,0 @@ interface ChatMessageCommon {

2

package.json
{
"name": "@giosg/types",
"version": "12.0.5",
"version": "12.0.6",
"description": "TypeScript interfaces for GiosgAPI",

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

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