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

superfly-timeline

Package Overview
Dependencies
Maintainers
2
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

superfly-timeline - npm Package Compare versions

Comparing version 6.0.2 to 6.0.3

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="6.0.3"></a>
## [6.0.3](https://github.com/SuperFlyTV/supertimeline/compare/6.0.2...6.0.3) (2018-11-07)
### Bug Fixes
* Create TimelineTrigger interface for trigger property ([a497393](https://github.com/SuperFlyTV/supertimeline/commit/a497393))
<a name="6.0.2"></a>

@@ -7,0 +17,0 @@ ## [6.0.2](https://github.com/SuperFlyTV/supertimeline/compare/6.0.1...6.0.2) (2018-10-30)

9

dist/resolver/resolver.d.ts
import { TriggerType, TraceLevel, EventType } from '../enums/enums';
export interface TimelineTrigger {
type: TriggerType;
value: number | string;
}
export interface TimelineObject {
id: ObjectId;
trigger: {
type: TriggerType;
value: number | string;
};
trigger: TimelineTrigger;
duration?: number | string;

@@ -9,0 +10,0 @@ LLayer: string | number;

{
"name": "superfly-timeline",
"version": "6.0.2",
"version": "6.0.3",
"description": "A collection of rules as well as a resolver for placing objects on a virtual timeline.",

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

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