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

tina

Package Overview
Dependencies
Maintainers
3
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tina - npm Package Compare versions

Comparing version 0.3.15 to 0.3.16

2

package.json
{
"name": "tina",
"version": "0.3.15",
"version": "0.3.16",
"description": "Tweening and INterpolations for Animation",

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

@@ -164,2 +164,8 @@ /** @class */

if (timeOffset === undefined || timeOffset === null) {
timeOffset = 0;
}
this._startTime = this._player._time - timeOffset;
if (this._player._add(this) === false) {

@@ -170,7 +176,2 @@ // Could not be added to player

if (timeOffset === undefined || timeOffset === null) {
timeOffset = 0;
}
this._startTime = this._player._time - timeOffset;
return this;

@@ -187,4 +188,3 @@ };

if (this._player === null) {
console.warn('[Playable.stop] Trying to stop a playable that was never started.');
return;
return this;
}

@@ -191,0 +191,0 @@

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