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
14
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.33.0 to 0.34.0

2

CHANGELOG.md

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

## 0.34.0
- Add joined field in `Conference` interface.
## 0.33.0

@@ -9,0 +11,0 @@

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

participant_count: number;
joined: boolean;
}
export {};
//# sourceMappingURL=groupchats.d.ts.map

2

lib/sdk.js

@@ -147,3 +147,3 @@ "use strict";

getConferences(orgId, userId) {
const apiUrl = `/api/pub/v1/orgs/${orgId}/users/${userId}/conferences`;
const apiUrl = `/api/pub/v1/orgs/${orgId}/users/${userId}/active_conferences`;
return this.sdk.streamCollection(apiUrl);

@@ -150,0 +150,0 @@ }

{
"name": "@giosg/pub-sdk",
"version": "0.33.0",
"version": "0.34.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