New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@giosg/pub-sdk

Package Overview
Dependencies
Maintainers
12
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@giosg/pub-sdk - npm Package Compare versions

Comparing version 0.17.0 to 0.18.0

CHANGELOG.md

6

lib/groupchats.d.ts

@@ -28,3 +28,3 @@ import { UserUid, OrganizationUid } from "@giosg/types";

/** Url for the avatar picture of the channel*/
avatar_url: string;
avatar_url: string | null;
/** Defines whether the channel is a direct message channel */

@@ -59,2 +59,4 @@ is_direct_message: boolean;

unread_message_count: number;
/** Is member channel admin or not */
is_admin: boolean;
}

@@ -156,3 +158,3 @@ export declare type PubMessage = PubUserMessage | PubCallRequestMessage | PubCallLeaveMessage | PubReportingMessage;

/** Avatar url of channel to create */
avatar_url: string;
avatar_url?: string | null;
}

@@ -159,0 +161,0 @@ export interface TextChunk {

{
"name": "@giosg/pub-sdk",
"version": "0.17.0",
"version": "0.18.0",
"description": "TypeScript interfaces for Giosg Pub",

@@ -39,3 +39,3 @@ "main": "lib/index.js",

"ts-node": "^8.5.4",
"typescript": "^4.0.3"
"typescript": "^4.3.5"
},

@@ -42,0 +42,0 @@ "peerDependencies": {

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