Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kinetic

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kinetic - npm Package Compare versions

Comparing version 5.0.6 to 5.1.9

.idea/.name

42

package.json
{
"name": "kinetic",
"version": "5.0.6",
"version": "5.1.9",
"devDependencies": {
"grunt-contrib-jshint": "0.8.0",
"grunt-contrib-nodeunit": "0.3.2",
"grunt-contrib-uglify": "0.3.2",
"grunt-contrib-concat": "0.3.0",
"grunt-replace": "0.6.2",
"grunt-contrib-clean": "0.5.0",
"mocha": "1.17.1",
"chai": "1.9.0",
"phantomjs": "1.9.7-1",
"mocha-phantomjs": "3.3.2",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-nodeunit": "0.4.1",
"grunt-contrib-uglify": "0.6.0",
"grunt-contrib-concat": "0.5.0",
"grunt-replace": "0.7.9",
"grunt-contrib-clean": "0.6.0",
"mocha": "1.21.4",
"chai": "1.9.2",
"phantomjs": "1.9.10",
"mocha-phantomjs": "3.5.0",
"grunt-cli": "0.1.13",
"grunt": "0.4.2",
"connect": "2.13.0",
"grunt-contrib-copy": "~0.5.0",
"jsdoc": "~3.3.0-alpha4",
"grunt-mocha-phantomjs": "~0.4.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-shell": "~0.6.4"
"grunt": "0.4.5",
"connect": "3.2.0",
"grunt-contrib-copy": "~0.6.0",
"jsdoc": "~3.3.0-alpha9",
"grunt-mocha-phantomjs": "~0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-shell": "~1.1.1"
},

@@ -35,3 +35,3 @@ "keywords": [

"bugs": {
"url": "https://github.com/ericdrowell/KineticJS/issues"
"url": "https://github.com/lavrton/KineticJS/issues"
},

@@ -42,6 +42,6 @@ "readmeFilename": "README.md",

"type": "git",
"url": "git://github.com/ericdrowell/KineticJS.git"
"url": "git://github.com/lavrton/KineticJS.git"
},
"author": "Eric Rowell",
"author": "Anton Lavrenov",
"license": "MIT"
}

@@ -1,14 +0,23 @@

#Hiatus
![div](https://raw.githubusercontent.com/lavrton/KineticJS/master/resources/logo.png)
Hi all! I will be taking a 3 month break from KineticJS (until July 2014) to focus on other endeavors. KineticJS is in a great state right now (v5.1.0). Please continue to file any issues that you may find, or submit pull requests. They will eventually be addressed.
#KineticJS
[![npm version](https://badge.fury.io/js/kinetic.svg)](http://badge.fury.io/js/kinetic) [![bower version](https://badge.fury.io/bo/kinetic.svg)](http://badge.fury.io/bo/kinetic)
[![Build Status](https://travis-ci.org/lavrton/KineticJS.png)](https://travis-ci.org/lavrton/KineticJS) [![Code Climate](https://codeclimate.com/github/lavrton/KineticJS/badges/gpa.svg)](https://codeclimate.com/github/lavrton/KineticJS)
Greetings fellow webonauts! KineticJS is an HTML5 Canvas JavaScript framework that enables high performance animations, transitions, node nesting, layering, filtering, caching, event handling for desktop and mobile applications, and much more.
You can draw things onto the stage, add event listeners to them, move them, scale them, and rotate them independently from other shapes to support high performance animations, even if your application uses thousands of shapes. Served hot with a side of awesomeness.
* **Visit:** The [GitHub page](http://lavrton.github.io/KineticJS/) and follow on [Twitter](https://twitter.com/lavrton)
* **Discover:** [Tutorials](http://lavrton.github.io/KineticJS/Getting_Started.html), [API Documentation](http://lavrton.github.io/KineticJS/api/)
* **Help:** [StackOverflow](http://stackoverflow.com/questions/tagged/kineticjs)
#Installation
* `bower install kineticjs`
* `npm install kinetic` - for Browserify. For nodejs you have to install some [dependencies](#NodeJS)
* `bower install kinetic`
* `npm install kinetic` - for Browserify. For nodejs you have to install some [dependencies](#nodejs)
###NodeJS
Support of NodeJS is experimental.
We are using [node-canvas](https://github.com/LearnBoost/node-canvas) to create canvas element.

@@ -20,4 +29,8 @@

See file `nodejs-demo.js` for example.
See file `resources/nodejs-demo.js` for example.
#Change log
See [CHANGELOG.md](https://github.com/lavrton/KineticJS/blob/master/CHANGELOG.md).
#Dev environment

@@ -37,4 +50,2 @@

[![Build Status](https://travis-ci.org/ericdrowell/KineticJS.png)](https://travis-ci.org/ericdrowell/KineticJS)
KineticJS uses Mocha for testing.

@@ -47,3 +58,3 @@

##Generation documentation
##Generate documentation

@@ -50,0 +61,0 @@ Run `grunt docs` which will build the documentation files and place them in the docs folder.

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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