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.18.0 to 0.19.0

1

lib/sdk.d.ts

@@ -26,2 +26,3 @@ import { IRealtimeSdk } from "@giosg/realtime-sdk";

deleteChannelMember(orgId: OrganizationUid, channelId: PubChannelUid, memberId: UserUid): Promise<void>;
deleteChannel(orgId: OrganizationUid, channelId: PubChannelUid): Promise<void>;
streamChannelNotificationSettings(orgId: OrganizationUid, channelId: PubChannelUid, memberId: UserUid): Observable<NotificationSettings>;

@@ -28,0 +29,0 @@ patchChannelNotificationSettings(orgId: OrganizationUid, channelId: PubChannelUid, memberId: UserUid, payload: NotificationSettingsPayload): Promise<NotificationSettings>;

@@ -111,2 +111,9 @@ "use strict";

}
deleteChannel(orgId, channelId) {
const apiUrl = `/api/pub/v1/orgs/${orgId}/channels/${channelId}`;
return this.sdk
.deleteResource(apiUrl)
.take(1)
.toPromise();
}
// Notification settings:

@@ -113,0 +120,0 @@ streamChannelNotificationSettings(orgId, channelId, memberId) {

4

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

@@ -39,3 +39,3 @@ "main": "lib/index.js",

"ts-node": "^8.5.4",
"typescript": "^4.3.5"
"typescript": "^4.0.3"
},

@@ -42,0 +42,0 @@ "peerDependencies": {

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