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.6.0 to 0.7.0

5

CHANGELOG.md

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

## 0.7.0
- Added `latest_message_created_at` field to `Channel`.
## 0.6.0

@@ -37,2 +41,3 @@

- Added missing interfaces.
- Added `latest_message` field to `Channel`.

@@ -39,0 +44,0 @@ ## 0.3.0

2

lib/groupchats.d.ts

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

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

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

4

package.json
{
"name": "@giosg/pub-sdk",
"version": "0.6.0",
"version": "0.7.0",
"description": "TypeScript interfaces for Giosg Pub",

@@ -43,2 +43,2 @@ "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