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

@tv2media/timeline-state-resolver-types

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tv2media/timeline-state-resolver-types - npm Package Compare versions

Comparing version 1.0.0-release37.4 to 1.0.0-release37.5

12

dist/vizMSE.d.ts

@@ -46,5 +46,6 @@ import { Mapping } from './mapping';

LOAD_ALL_ELEMENTS = "load_all_elements",
CLEAR_ALL_ELEMENTS = "clear_all_elements"
CLEAR_ALL_ELEMENTS = "clear_all_elements",
SET_CONCEPT = "set_concept"
}
export declare type TimelineObjVIZMSEAny = TimelineObjVIZMSEElementInternal | TimelineObjVIZMSEElementPilot | TimelineObjVIZMSEElementContinue | TimelineObjVIZMSELoadAllElements | TimelineObjVIZMSEClearAllElements;
export declare type TimelineObjVIZMSEAny = TimelineObjVIZMSEElementInternal | TimelineObjVIZMSEElementPilot | TimelineObjVIZMSEElementContinue | TimelineObjVIZMSELoadAllElements | TimelineObjVIZMSEClearAllElements | TimelineObjVIZMSESetConcept;
export interface TimelineObjVIZMSEBase extends TSRTimelineObjBase {

@@ -129,2 +130,9 @@ content: {

}
export interface TimelineObjVIZMSESetConcept extends TimelineObjVIZMSEBase {
content: {
deviceType: DeviceType.VIZMSE;
type: TimelineContentTypeVizMSE.SET_CONCEPT;
concept: string;
};
}
export declare type VIZMSEOutTransition = VIZMSETransitionDelay;

@@ -131,0 +139,0 @@ export interface VIZMSETransitionBase {

@@ -11,2 +11,3 @@ "use strict";

TimelineContentTypeVizMSE["CLEAR_ALL_ELEMENTS"] = "clear_all_elements";
TimelineContentTypeVizMSE["SET_CONCEPT"] = "set_concept";
})(TimelineContentTypeVizMSE = exports.TimelineContentTypeVizMSE || (exports.TimelineContentTypeVizMSE = {}));

@@ -13,0 +14,0 @@ var VIZMSETransitionType;

4

package.json
{
"name": "@tv2media/timeline-state-resolver-types",
"version": "1.0.0-release37.4",
"version": "1.0.0-release37.5",
"description": "Have timeline, control stuff",

@@ -99,3 +99,3 @@ "main": "dist/index.js",

},
"gitHead": "3047e39ef876d9d717b6b6b6cccca28984251361"
"gitHead": "842180dda5054a4b114f4b7d649722faee3376a5"
}

Sorry, the diff of this file is not supported yet

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