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

es6-tween

Package Overview
Dependencies
Maintainers
1
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es6-tween - npm Package Compare versions

Comparing version 5.5.0 to 5.5.1

2

package.json
{
"name": "es6-tween",
"version": "5.5.0",
"version": "5.5.1",
"description": "ES6 implementation of amazing tween.js",

@@ -5,0 +5,0 @@ "browser": "bundled/Tween.min.js",

@@ -210,3 +210,3 @@ /* global process */

const update = (time = now(), preserve) => {
if (emptyFrame >= powerModeThrottle) {
if (emptyFrame >= powerModeThrottle && handleLag) {
isStarted = false

@@ -213,0 +213,0 @@ emptyFrame = 0

Sorry, the diff of this file is too big to display

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