es6-tween
Advanced tools
Comparing version 0.1.7 to 0.1.8
{ | ||
"name": "es6-tween", | ||
"version": "0.1.07", | ||
"version": "0.1.08", | ||
"description": "ES6 implementation of amazing tween.js", | ||
@@ -5,0 +5,0 @@ "main": "dist/Tween.js", |
@@ -35,3 +35,3 @@ # es6-tween | ||
You can also reference a `unpkg`-hosted version in your code, thanks to `unpkg`. For example: | ||
You can also reference a `unpkg`-hosted version in your code, thanks to <a href="https://unpkg.com/#/">unpkg</a>. For example: | ||
@@ -60,3 +60,3 @@ ```html | ||
```javascript | ||
var TWEEN = require('es6-tween'); | ||
let TWEEN = require('es6-tween'); | ||
``` | ||
@@ -67,3 +67,3 @@ | ||
```javascript | ||
var t = new TWEEN.Tween( /* etc */ ); | ||
let t = new TWEEN.Tween( /* etc */ ); | ||
t.start(); | ||
@@ -119,3 +119,3 @@ ``` | ||
You need to install `npm` first--this comes with node.js, so install that one first. Then, cd to `tween.js`'s directory and run: | ||
You need to install `npm` first--this comes with node.js, so install that one first. Then, cd to `es6-tween`'s directory and run: | ||
@@ -162,4 +162,4 @@ ```bash | ||
[flattr-image]: https://api.flattr.com/button/flattr-badge-large.png | ||
[flattr-url]: https://flattr.com/thing/45014/tween-js | ||
[flattr-url]: https://flattr.com/thing/c5d938ac13cb0e28e9664089b6d9424a | ||
[cdnjs-image]: https://img.shields.io/cdnjs/v/es6-tween.svg | ||
[cdnjs-url]: https://cdnjs.com/libraries/es6-tween |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
264228