Socket
Socket
Sign inDemoInstall

@giosg/types

Package Overview
Dependencies
1
Maintainers
11
Versions
93
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 12.0.4 to 12.0.5

3

CHANGELOG.md

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

## 12.0.5
- Added "is_muted" to ChatMembership interface
## 12.0.4

@@ -9,0 +12,0 @@ - Added "role" to User interface

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

is_participating: boolean;
/** Defines whether chat notifications are diabled */
is_muted: boolean;
/** Defines whether the user/visitor is currently present */

@@ -219,0 +221,0 @@ is_present: boolean;

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

is_participating: boolean;
/** Defines whether chat notifications are diabled */
is_muted: boolean;
/** Defines whether the user/visitor is currently present */

@@ -219,0 +221,0 @@ is_present: boolean;

2

package.json
{
"name": "@giosg/types",
"version": "12.0.4",
"version": "12.0.5",
"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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc