Socket
Socket
Sign inDemoInstall

@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 21.1.0 to 21.1.1

2

dist/tween.amd.js

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

var VERSION = '21.1.0';
var VERSION = '21.1.1';

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

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

var VERSION = '21.1.0';
var VERSION = '21.1.1';

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

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

declare const VERSION = "21.1.0";
declare const VERSION = "21.1.1";

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

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

var VERSION = '21.1.0';
var VERSION = '21.1.1';

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

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

var VERSION = '21.1.0';
var VERSION = '21.1.1';

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

{
"name": "@tweenjs/tween.js",
"description": "Simple and fast tweening engine with optimised Robert Penner's equations.",
"version": "21.1.0",
"version": "21.1.1",
"type": "module",

@@ -44,5 +44,5 @@ "main": "dist/tween.cjs.js",

"test-unit": "nodeunit test/unit/nodeunitheadless.cjs",
"test-lint": "npm run prettier -- --check && eslint 'src/**/*.ts'",
"lint": "npm run prettier -- --write && eslint 'src/**/*.ts' --fix",
"prettier": "prettier './**/*.{js,ts,md,json,html,css}'",
"test-lint": "npm run prettier -- --check",
"lint": "npm run prettier -- --write",
"prettier": "prettier .",
"prepare": "npm run build",

@@ -57,9 +57,4 @@ "version": "npm test && git add .",

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"eslint": "^7.1.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-prettier": "^3.1.1",
"nodeunit": "^0.11.3",
"prettier": "2.8.7",
"prettier": "^3.0.0",
"rimraf": "^3.0.0",

@@ -66,0 +61,0 @@ "rollup": "3.20.7",

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