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 8.3.0 to 8.3.1

7

CHANGELOG.md

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

### [8.3.1](https://github.com/SuperFlyTV/supertimeline/compare/8.3.0...8.3.1) (2022-11-01)
### Bug Fixes
* instances capped to zero duration get stuck in state ([#91](https://github.com/SuperFlyTV/supertimeline/issues/91)) ([ec4ecd4](https://github.com/SuperFlyTV/supertimeline/commit/ec4ecd419c1a89dadb4a028b984b7fa8a8f101dd))
## [8.3.0](https://github.com/SuperFlyTV/supertimeline/compare/8.2.8...8.3.0) (2022-10-05)

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

4

dist/resolver/state.js

@@ -274,3 +274,3 @@ "use strict";

time: newInstance.start,
objId: obj.id,
objId: newObj.id,
});

@@ -405,2 +405,4 @@ eventObjectTimes[newInstance.start + ''] = enums_1.EventType.START;

for (const instance of obj.resolved.instances) {
if (instance.start === instance.end)
continue;
const startTime = instance.start + '';

@@ -407,0 +409,0 @@ if (!stateLayer[startTime]) {

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

@@ -90,4 +90,4 @@ "license": "MIT",

"dependencies": {
"tslib": "^2.3.1",
"underscore": "^1.13.2"
"tslib": "^2.4.0",
"underscore": "^1.13.6"
},

@@ -94,0 +94,0 @@ "standard-version": {

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