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

@tweenjs/tween.js

Package Overview
Dependencies
Maintainers
4
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tweenjs/tween.js - npm Package Compare versions

Comparing version 20.0.3 to 21.0.0

2

dist/tween.amd.js

@@ -817,3 +817,3 @@ define(['exports'], (function (exports) { 'use strict';

var VERSION = '20.0.3';
var VERSION = '21.0.0';

@@ -820,0 +820,0 @@ /**

@@ -819,3 +819,3 @@ 'use strict';

var VERSION = '20.0.3';
var VERSION = '21.0.0';

@@ -822,0 +822,0 @@ /**

@@ -155,3 +155,3 @@ type EasingFunction = (amount: number) => number;

declare const VERSION = "20.0.3";
declare const VERSION = "21.0.0";

@@ -158,0 +158,0 @@ declare const nextId: typeof Sequence.nextId;

@@ -815,3 +815,3 @@ /**

var VERSION = '20.0.3';
var VERSION = '21.0.0';

@@ -818,0 +818,0 @@ /**

@@ -821,3 +821,3 @@ (function (global, factory) {

var VERSION = '20.0.3';
var VERSION = '21.0.0';

@@ -824,0 +824,0 @@ /**

{
"name": "@tweenjs/tween.js",
"description": "Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.",
"version": "20.0.3",
"description": "Simple and fast tweening engine with optimised Robert Penner's equations.",
"version": "21.0.0",
"type": "module",

@@ -9,2 +9,8 @@ "main": "dist/tween.cjs.js",

"module": "dist/tween.esm.js",
"exports": {
".": {
"import": "./dist/tween.esm.js",
"require": "./dist/tween.cjs.js"
}
},
"files": [

@@ -11,0 +17,0 @@ "dist",

@@ -10,2 +10,4 @@ # tween.js

More languages: [English](./README.md), [简体中文](./README_zh-CN.md)
---

@@ -12,0 +14,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