New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@zoom/appssdk

Package Overview
Dependencies
Maintainers
7
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zoom/appssdk - npm Package Compare versions

Comparing version 0.16.25 to 0.16.26

2

package.json
{
"name": "@zoom/appssdk",
"version": "0.16.25",
"version": "0.16.26",
"description": "Zoom Apps SDK",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -74,3 +74,4 @@ # Zoom Apps SDK

"unsupportedApis": [],
"runningContext": "inMainClient"
"runningContext": "inMainClient",
"product": "desktop"
}

@@ -83,23 +84,2 @@ ```

## Product config response
The product parameter is implemented mainly to support apps running on various devices. The running context tells the app whether the device is in a meeting or not, and the product parameter tells the app the device type (desktop, mobile, personal or shared ZRs).
| Client | OS | Running Context (Parameter) | Product (Parameter) |
|-----------------------|-----------------|-------------------------------------|------------------------------------|
| Desktop Client | Win/Mac | inMainClient | desktop |
| Desktop Client | Win/Mac | inMeeting | desktop |
| Mobile Client | iOS/Android | inMainClient | mobile |
| Mobile Client | iOS/Android | inMeeting | mobile |
| Personal Zoom Room | Win/Android | inMainClient | personalZoomRoom |
| Personal Zoom Room | Win/Android | inMeeting | personalZoomRoom |
| Desktop Client | Win/Mac | inChat | desktop |
| Zoom Room | Win/Android | inMainClient | sharedZoomRoom |
| Zoom Room | Win/Android | inMeeting | sharedZoomRoom |
| Digital Signage | Win/Android | inDigitalSignage | sharedZoomRoom |
| Zoom Room Controller | iOS/Android | inMainClient | zoomRoomController |
| Zoom Room Controller | iOS/Android | inMeeting | zoomRoomController |
| Web Client | Win/Mac | inMeeting/inWebinar | desktop/web |
## Note

@@ -106,0 +86,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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