Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@akashic-extension/akashic-timeline

Package Overview
Dependencies
Maintainers
5
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@akashic-extension/akashic-timeline - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

5

lib/Tween.js

@@ -384,7 +384,8 @@ "use strict";

case ActionType_1.ActionType.Every:
var progress = action.easing(action.elapsed, 0, 1, action.duration);
var elapsed = Math.min(action.elapsed, action.duration);
var progress = action.easing(elapsed, 0, 1, action.duration);
if (progress > 1) {
progress = 1;
}
action.func.call(this._target, action.elapsed, progress);
action.func.call(this._target, elapsed, progress);
break;

@@ -391,0 +392,0 @@ case ActionType_1.ActionType.TweenTo:

2

package.json
{
"name": "@akashic-extension/akashic-timeline",
"version": "3.2.0",
"version": "3.2.1",
"description": "timeline library for akashic",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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