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.0 to 5.0.1

10

CHANGELOG.md

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

<a name="5.0.1"></a>
## [5.0.1](https://github.com/SuperFlyTV/supertimeline/compare/5.0.0...5.0.1) (2018-08-17)
### Bug Fixes
* don't throw error ([b35e955](https://github.com/SuperFlyTV/supertimeline/commit/b35e955))
<a name="5.0.0"></a>

@@ -7,0 +17,0 @@ # [5.0.0](https://github.com/SuperFlyTV/supertimeline/compare/4.0.2...5.0.0) (2018-08-17)

4

dist/resolver/resolver.js

@@ -553,3 +553,5 @@ "use strict";

else {
throw Error('Cannot resolve group duration, has no own startTime, id: ' + obj.id);
if (throwErrors) {
throw new Error('Cannot resolve group duration, has no own startTime, id: ' + obj.id);
}
}

@@ -556,0 +558,0 @@ innerDuration = (lastEndTime_1 ?

{
"name": "superfly-timeline",
"version": "5.0.0",
"version": "5.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 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