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

@tweenjs/tween.js

Package Overview
Dependencies
Maintainers
2
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 0.0.0-development to 16.6.0

2

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

@@ -6,0 +6,0 @@ "homepage": "https://github.com/tweenjs/tween.js",

@@ -49,3 +49,3 @@ # tween.js

```bash
npm install tween.js
npm install @tweenjs/tween.js
```

@@ -56,3 +56,3 @@

```javascript
var TWEEN = require('tween.js');
var TWEEN = require('@tweenjs/tween.js');
```

@@ -72,3 +72,3 @@

```bash
bower install tweenjs --save
bower install @tweenjs/tweenjs --save
```

@@ -79,3 +79,3 @@

```bash
bower install tweenjs#v16.3.0
bower install @tweenjs/tweenjs#v16.3.0
```

@@ -86,3 +86,3 @@

```html
<script src="bower_components/tweenjs/src/Tween.js"></script>
<script src="bower_components/@tweenjs/tweenjs/src/Tween.js"></script>
```

@@ -257,3 +257,3 @@

If you want to add any feature or change existing features, you *must* run the tests to make sure you didn't break anything else. If you send a PR to add something new and it doesn't have tests, or the tests don't pass, the PR won't be accepted. See [contributing](CONTRIBUTING.md) for more information.
If you want to add any feature or change existing features, you *must* run the tests to make sure you didn't break anything else. If you send a pull request (PR) to add something new and it doesn't have tests, or the tests don't pass, the PR won't be accepted. See [contributing](CONTRIBUTING.md) for more information.

@@ -280,5 +280,5 @@ ## People

[npm-image]: https://img.shields.io/npm/v/tween.js.svg
[npm-url]: https://npmjs.org/package/tween.js
[downloads-image]: https://img.shields.io/npm/dm/tween.js.svg
[downloads-url]: https://npmjs.org/package/tween.js
[npm-url]: https://npmjs.org/package/@tweenjs/tween.js
[downloads-image]: https://img.shields.io/npm/dm/@tweenjs/tween.js.svg
[downloads-url]: https://npmjs.org/package/@tweenjs/tween.js
[travis-image]: https://travis-ci.org/tweenjs/tween.js.svg?branch=master

@@ -285,0 +285,0 @@ [travis-url]: https://travis-ci.org/tweenjs/tween.js

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