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.5.2 to 0.5.3

4

CHANGELOG.md

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

## 0.5.3
- Rename `PubMessageBodyV1` and `PubMessageBodyV2` interfaces.
## 0.5.2

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

6

lib/groupchats.d.ts

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

export declare type Chunk = TextChunk;
export interface PubMessageBodyv1 {
export interface PubMessageBodyV1 {
/** Version of the message, use latest whenever possible */

@@ -113,3 +113,3 @@ version: 1;

}
export interface PubMessageBodyv2 {
export interface PubMessageBodyV2 {
/** Version of the message, use latest whenever possible */

@@ -120,3 +120,3 @@ version: 2;

}
export declare type PubMessageBody = PubMessageBodyv1 | PubMessageBodyv2;
export declare type PubMessageBody = PubMessageBodyV1 | PubMessageBodyV2;
export interface NotificationSettingsPayload {

@@ -123,0 +123,0 @@ /** Notification mode to be applied */

@@ -1,3 +0,3 @@

export { PubChannel, PubChannelMember, PubMessage, DMChannelPayload, PubChannelUid, PubChannelMemberUid, PubMessageUid, NotificationSettings, NotificationSettingsPayload, PubMessageBody, PubMessagePayload, ChannelPayload, TextChunk, Chunk, PubMessageBodyv1, PubMessageBodyv2 } from "./groupchats";
export { PubChannel, PubChannelMember, PubMessage, DMChannelPayload, PubChannelUid, PubChannelMemberUid, PubMessageUid, NotificationSettings, NotificationSettingsPayload, PubMessageBody, PubMessagePayload, ChannelPayload, TextChunk, Chunk, PubMessageBodyV1, PubMessageBodyV2 } from "./groupchats";
export { BasePubSdk } from "./sdk";
//# sourceMappingURL=index.d.ts.map
{
"name": "@giosg/pub-sdk",
"version": "0.5.2",
"version": "0.5.3",
"description": "TypeScript interfaces for Giosg Pub",

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

@@ -21,2 +21,6 @@ # Giosg Pub SDK and interfaces

8. Create a new tag on the latest commit on master branch `git tag vX.Y.Z` `X.Y.Z` being the published version.
9. Push the tag to remote `git push --tags`.
9. Push the tag to remote `git push --tags`.
## TODO:
- add lint
- add grammarchek
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