Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@enplug/dashboard-sdk

Package Overview
Dependencies
Maintainers
7
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enplug/dashboard-sdk - npm Package Compare versions

Comparing version 4.7.6-13867-2 to 4.7.6-13867-3

12

index.d.ts

@@ -306,4 +306,9 @@ /* - DASHBOARD types - */

*/
getSelectedDisplayId(onSuccess: (groupId: string | null) => void, onError?: Function): CallId;
getSelectedDisplayId(onSuccess: () => void, onError?: Function): CallId;
/**
* Loads list of displays which have assets with PriprityPlay deployed.
*/
getDisplaysWithPriorityPlay(onSuccess, onError?: Function): CallId;
/***************

@@ -432,2 +437,7 @@ * ASSETS

export interface VenueWithPriorityPlayApp {
VenueId: string;
AppId: string;
AppName: string;
}

@@ -434,0 +444,0 @@ /* - SOCIAL types - */

2

package.json
{
"name": "@enplug/dashboard-sdk",
"version": "4.7.6-13867-2",
"version": "4.7.6-13867-3",
"license": "MIT",

@@ -5,0 +5,0 @@ "repository": {

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