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.6 to 0.1.7

2

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

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

@@ -45,5 +45,4 @@ # es6-tween

* Coming soon
```javascript
import TWEEN from 'Tween';
import TWEEN from './src/Tween';
```

@@ -61,3 +60,3 @@

```javascript
var TWEEN = require('tween.js');
var TWEEN = require('es6-tween');
```

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