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.13 to 4.7.14

yarn.lock

0

dist/sdk.js

@@ -0,0 +0,0 @@ (function (window) {

@@ -149,2 +149,3 @@ /* - DASHBOARD types - */

Id: string | null; // Asset ID
Schedule?: Schedule;
Value: T; // Value object provided when created

@@ -155,2 +156,22 @@ VenueIds: string[]; // Array of Ids of Display Groups this asset is currently deployed to

export interface Schedule {
ActivationDate?: string; // "2019-03-27T00:00:00"
ActiveDays: string[]; // Limit days
Created: string; // WCF date
DeleteWhenExpired: boolean;
ExpirationCount: number;
ExpirationDate: string; // "2019-03-27T00:00:00"
Id: string; // Schedule ID
IsDeleted: boolean;
IsPriority: boolean;
LastSaved: string; // WCF date
PlayTimes: TimeRange[];
Recurrence: number;
}
export interface TimeRange {
StartTime: string; // "2019-03-27T00:00:00"
EndTime: string; // "2019-03-27T00:00:00"
}
export interface ThemeAsset<T> {

@@ -157,0 +178,0 @@ Id: string | null;

2

package.json
{
"name": "@enplug/dashboard-sdk",
"version": "4.7.13",
"version": "4.7.14",
"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