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 7.2.2 to 7.2.3

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [7.2.3](https://github.com/SuperFlyTV/supertimeline/compare/7.2.2...7.2.3) (2019-08-13)
### Bug Fixes
* bug fix: reference duration ([de7b86c](https://github.com/SuperFlyTV/supertimeline/commit/de7b86c))
### [7.2.2](https://github.com/SuperFlyTV/supertimeline/compare/7.2.1...7.2.2) (2019-08-09)

@@ -7,0 +14,0 @@

2

dist/resolver/resolver.js

@@ -223,2 +223,4 @@ "use strict";

}
if (_.isArray(lookedupDuration) && !lookedupDuration.length)
lookedupDuration = null;
if (_.isArray(lookedupDuration)) {

@@ -225,0 +227,0 @@ throw new Error("lookupExpression should never return an array for .duration lookup"); // perhaps tmp? maybe revisit this at some point

2

package.json
{
"name": "superfly-timeline",
"version": "7.2.2",
"version": "7.2.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