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.23.0 to 0.24.0

3

CHANGELOG.md

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

## 0.24.0
- Add `is_default_channel` field to `PubChannel`interface.
## 0.23.0

@@ -9,0 +12,0 @@ - Add is_private field to `ChannelPayload` and `PubChannel` interface.

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

is_private: boolean | null;
/** Is channel organizations default channel or not */
is_default_channel: boolean | null;
/**

@@ -39,0 +41,0 @@ * Latest message created_at, use this for sorting

2

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