Huge News!Announcing our $40M Series B led by Abstract Ventures.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 5.0.5 to 6.0.1

15

CHANGELOG.md

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

<a name="6.0.1"></a>
## [6.0.1](https://github.com/SuperFlyTV/supertimeline/compare/5.0.6...6.0.1) (2018-09-13)
<a name="5.0.6"></a>
## [5.0.6](https://github.com/SuperFlyTV/supertimeline/compare/5.0.5...5.0.6) (2018-09-13)
### Bug Fixes
* TimelineObject duration can be a string ([edf3ae3](https://github.com/SuperFlyTV/supertimeline/commit/edf3ae3))
<a name="5.0.5"></a>

@@ -7,0 +22,0 @@ ## [5.0.5](https://github.com/SuperFlyTV/supertimeline/compare/5.0.4...5.0.5) (2018-09-13)

4

dist/resolver/resolver.d.ts

@@ -8,3 +8,3 @@ import { TriggerType, TraceLevel, EventType } from '../enums/enums';

};
duration?: number;
duration?: number | string;
LLayer: string | number;

@@ -45,3 +45,3 @@ content: {

};
duration?: number;
duration?: number | string;
content?: {

@@ -48,0 +48,0 @@ [key: string]: any;

{
"name": "superfly-timeline",
"version": "5.0.5",
"version": "6.0.1",
"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 too big to display

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