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
10
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.13.5 to 0.14.0

4

CHANGELOG.md

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

## 0.14.0
- Add `member_count` to `PubChannel` interface.
## 0.13.5

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

@@ -33,2 +33,4 @@ import { UserUid, OrganizationUid } from "@giosg/types";

latest_message: PubMessage | null;
/** Number of members in channel */
member_count: number;
/**

@@ -35,0 +37,0 @@ * Latest message created_at, use this for sorting

2

package.json
{
"name": "@giosg/pub-sdk",
"version": "0.13.5",
"version": "0.14.0",
"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