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
9
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.7.0 to 0.7.1

4

CHANGELOG.md

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

## 0.7.1
- Make `Channel` fields `latest_message` and `latest_message_created_at` nullable.
## 0.7.0

@@ -9,0 +13,0 @@

4

lib/groupchats.d.ts

@@ -29,5 +29,5 @@ import { UserUid, OrganizationUid } from "@giosg/types";

/** Latest message of the channel */
latest_message: PubMessageBody;
latest_message: PubMessageBody | null;
/** Date when last message was created in the channel */
latest_message_created_at: string;
latest_message_created_at: string | null;
}

@@ -34,0 +34,0 @@ export interface PubChannelMember {

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

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

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