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 2.0.0 to 2.0.1

2

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

@@ -5,0 +5,0 @@ "main": "dist/Tween.js",

@@ -69,3 +69,3 @@ # es6-tween

```javascript
import * as TWEEN from './node_modules/es6-tween/src/Tween';
import TWEEN, { Easing, Interpolation, Tween } from 'es6-tween';
```

@@ -98,3 +98,3 @@

#### Use `Webpack + Babel Transpiler`
#### Use `Rollup + Buble Transpiler`

@@ -185,3 +185,3 @@ ```bash

* @michaelvillar for physics easing
* Webpack, Babel, Travis CI, semantic-release and others (make issue, if i'm missed you) with their teams, devs and supporters
* Rollup, Buble, Travis CI, semantic-release and others (make issue, if i'm missed you) with their teams, devs and supporters

@@ -188,0 +188,0 @@ ## Projects using 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