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.8 to 0.1.9

14

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

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

"source": "webpack --progress --colors --env dev",
"dev": "webpack --progress --colors --watch --env dev",
"test": "mocha --compilers js:babel-core/register --colors ./test/*.spec.js",
"test:watch": "mocha --compilers js:babel-core/register --colors -w ./test/*.spec.js"
"dev": "webpack --progress --colors --watch --env dev"
},

@@ -42,10 +40,8 @@ "repository": {

"babel-plugin-add-module-exports": "0.1.2",
"babel-plugin-transform-proto-to-assign": "latest",
"babel-plugin-transform-es2015-classes": "latest",
"babel-plugin-transform-react-jsx": "latest",
"babel-plugin-transform-es2015-classes": "latest",
"babel-plugin-transform-proto-to-assign": "latest",
"babel-plugin-transform-react-jsx": "latest",
"babel-preset-es2015": "6.22.0",
"chai": "3.4.1",
"eslint": "1.7.2",
"eslint-loader": "1.6.1",
"mocha": "2.3.4",
"webpack": "2.2.1",

@@ -52,0 +48,0 @@ "yargs": "6.6.0"

@@ -49,3 +49,8 @@ # es6-tween

#### Use `yarn`
```bash
yarn add es6-tween
```
#### Use `npm`

@@ -70,8 +75,8 @@

You will need to use a tool such as `browserify` to convert code using this style into something that can be run in the browser (browsers don't know about `require`).
You can run script commands to build modules into single `UMD` compatible file:
#### Use `bower`
#### Use `Webpack + Babel Transpiler`
```bash
bower install es6-tween --save
npm run build
```

@@ -82,3 +87,3 @@

```html
<script src="bower_components/es6-tween/src/Tween.js"></script>
<script src="dist/Tween.min.js"></script>
```

@@ -96,2 +101,3 @@

* Original source: <a href="https://github.com/tweenjs/tween.js">check out at here</a>
* [User guide](./docs/user_guide.md)

@@ -98,0 +104,0 @@ * [Tutorial](http://learningthreejs.com/blog/2011/08/17/tweenjs-for-smooth-animation/) using tween.js with three.js

Sorry, the diff of this file is not supported yet

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