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.0.4 to 5.0.5

4

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

@@ -41,3 +41,3 @@ "browser": "bundled/Tween.min.js",

},
"homepage": "https://tweenjs.github.io/es6-tween",
"homepage": "https://es6-tween.js.org",
"devDependencies": {

@@ -44,0 +44,0 @@ "ava": "^0.22.0",

@@ -43,6 +43,6 @@ # es6-tween

Download the [library](https://raw.githubusercontent.com/tweenjs/es6-tween/master/src/Tween.js) and include it in your code:
Download the [library](https://raw.githubusercontent.com/tweenjs/es6-tween/master/ts/Tween.ts) and include it in your code:
```html
<script src="js/Tween.js"></script>
<script src="bundled/Tween.js"></script>
```

@@ -138,3 +138,3 @@

```html
<script src="dist/Tween.min.js"></script>
<script src="bundled/Tween.min.js"></script>
```

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