Socket
Socket
Sign inDemoInstall

tween.js

Package Overview
Dependencies
0
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 16.3.1 to 16.3.2

4

package.json
{
"name": "tween.js",
"description": "Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.",
"version": "16.3.2",
"main": "src/Tween.js",

@@ -32,4 +33,3 @@ "homepage": "https://github.com/tweenjs/tween.js",

"semantic-release": "^4.3.5"
},
"version": "16.3.1"
}
}

@@ -862,3 +862,3 @@ /**

} else if (typeof exports === 'object') {
} else if (typeof module !== 'undefined' && typeof exports === 'object') {

@@ -868,3 +868,3 @@ // Node.js

} else {
} else if (root !== undefined) {

@@ -871,0 +871,0 @@ // Global variable

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc