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

@tweenjs/tween.js

Package Overview
Dependencies
Maintainers
3
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 18.4.2 to 18.5.0

2

dist/tween.amd.js
define(function () { 'use strict';
const version = '18.4.2';
var version = '18.5.0';

@@ -5,0 +5,0 @@ /**

'use strict';
const version = '18.4.2';
var version = '18.5.0';

@@ -5,0 +5,0 @@ /**

@@ -1,2 +0,2 @@

const version = '18.4.2';
var version = '18.5.0';

@@ -3,0 +3,0 @@ /**

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

const version = '18.4.2';
var version = '18.5.0';

@@ -10,0 +10,0 @@ /**

{
"name": "@tweenjs/tween.js",
"description": "Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.",
"version": "18.4.2",
"version": "18.5.0",
"main": "dist/tween.cjs.js",

@@ -6,0 +6,0 @@ "module": "dist/tween.esm.js",

@@ -6,5 +6,5 @@ const fs = require('fs');

if (error) process.exit(1);
fs.write(fd, `export const version = '${version}'`, (error) => {
fs.write(fd, `export var version = '${version}'`, (error) => {
if (error) process.exit(1);
});
});
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