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 0.1.7 to 0.1.8

2

package.json
{
"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

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