Comparing version 0.1.8 to 0.2.4
@@ -41,13 +41,2 @@ module.exports = function() { | ||
var start = function start() { | ||
// must have loaded the air/hidden plugin | ||
if(opts.show) { | ||
this.show(); | ||
} | ||
this.addClass(opts.start); | ||
setTimeout(stop, opts.delay); | ||
}.bind(this); | ||
var stop = function stop() { | ||
@@ -66,2 +55,13 @@ if(!opts.infinite) { | ||
var start = function start() { | ||
// must have loaded the air/hidden plugin | ||
if(opts.show) { | ||
this.show(); | ||
} | ||
this.addClass(opts.start); | ||
setTimeout(stop, opts.delay); | ||
}.bind(this); | ||
// NOTE: often need a timeout to delay before adding the | ||
@@ -68,0 +68,0 @@ // NOTE: animation class to allow the browser to |
{ | ||
"name": "vivify", | ||
"version": "0.1.8", | ||
"description": "Animation plugins", | ||
"version": "0.2.4", | ||
"author": "muji <noop@xpm.io>", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/socialally/vivify.git" | ||
"url": "git://github.com/tmpfs/vivify.git" | ||
}, | ||
"main": "lib/vivify.js", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"air": "~0.2.1", | ||
"brfs": "~1.4.0", | ||
"browserify": "~9.0.3", | ||
"chai": "~2.1.0", | ||
"del": "~1.1.1", | ||
"gulp": "~3.8.11", | ||
"gulp-eslint": "~0.5.0", | ||
"gulp-istanbul": "~0.6.0", | ||
"air": "~0.4.2", | ||
"browser-sync": "~2.8.2", | ||
"browserify": "~11.0.1", | ||
"chai": "~3.2.0", | ||
"del": "~1.2.0", | ||
"gulp": "~3.9.0", | ||
"gulp-eslint": "~1.0.0", | ||
"gulp-istanbul-report": "0.0.1", | ||
"gulp-mocha": "~2.0.0", | ||
"gulp-mocha-phantomjs": "~0.5.3", | ||
"gulp-mocha-phantomjs": "~0.8.1", | ||
"gulp-size": "~1.2.1", | ||
"gulp-sourcemaps": "~1.4.0", | ||
"gulp-uglify": "~1.1.0", | ||
"gulp-sourcemaps": "~1.5.2", | ||
"gulp-uglify": "~1.2.0", | ||
"gulp-util": "~3.0.4", | ||
"istanbul": "~0.3.6", | ||
"merge": "~1.2.0", | ||
"mocha": "~2.1.0", | ||
"mocha-phantomjs-istanbul": "0.0.2", | ||
"require-dir": "~0.1.0", | ||
"run-sequence": "~1.0.2", | ||
"mocha": "~2.2.5", | ||
"mocha-phantomjs-istanbul": "~0.0.2", | ||
"require-dir": "~0.3.0", | ||
"run-sequence": "~1.1.2", | ||
"vinyl-buffer": "~1.0.0", | ||
"vinyl-source-stream": "~1.0.0", | ||
"watchify": "socialally/watchify" | ||
"vinyl-source-stream": "~1.1.0" | ||
}, | ||
"engine": [ | ||
"node >= 0.10.11" | ||
], | ||
"scripts": { | ||
@@ -58,3 +52,3 @@ "docs": "npm run readme", | ||
"toc": "Table of Contents", | ||
"base": "https://github.com/socialally/vivify", | ||
"base": "https://github.com/tmpfs/vivify", | ||
"partial": [ | ||
@@ -71,3 +65,4 @@ { | ||
] | ||
} | ||
}, | ||
"dependencies": {} | ||
} |
@@ -20,3 +20,3 @@ Table of Contents | ||
Animation plugins for [air](https://github.com/socialally/air). | ||
Animation plugins for [air](https://github.com/tmpfs/air). | ||
@@ -56,3 +56,3 @@ Manipulates class names over time to allow animations to be declared as CSS3 transitions. | ||
To run the tests in a browser context open [test/index.html](https://github.com/socialally/vivify/blob/master/test/index.html). | ||
To run the tests in a browser context open [test/index.html](https://github.com/tmpfs/vivify/blob/master/test/index.html). | ||
@@ -101,3 +101,3 @@ ### Cover | ||
Generate the project readme file (requires [mdp](https://github.com/freeformsystems/mdp)): | ||
Generate the project readme file (requires [mdp](https://github.com/tmpfs/mdp)): | ||
@@ -110,5 +110,5 @@ ``` | ||
Everything is [MIT](http://en.wikipedia.org/wiki/MIT_License). Read the [license](https://github.com/socialally/vivify/blob/master/LICENSE) if you feel inclined. | ||
Everything is [MIT](http://en.wikipedia.org/wiki/MIT_License). Read the [license](https://github.com/tmpfs/vivify/blob/master/LICENSE) if you feel inclined. | ||
Generated by [mdp(1)](https://github.com/freeformsystems/mdp). | ||
Generated by [mdp(1)](https://github.com/tmpfs/mdp). | ||
@@ -122,5 +122,5 @@ [node]: http://nodejs.org | ||
[eslint]: http://eslint.org | ||
[zephyr]: https://github.com/socialally/zephyr | ||
[zephyr-plugins]: https://github.com/socialally/zephyr#plugins | ||
[mdp]: https://github.com/freeformsystems/mdp | ||
[air]: https://github.com/socialally/air | ||
[zephyr]: https://github.com/tmpfs/zephyr | ||
[zephyr-plugins]: https://github.com/tmpfs/zephyr#plugins | ||
[mdp]: https://github.com/tmpfs/mdp | ||
[air]: https://github.com/tmpfs/air |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11159
21
17
248
2