jquery.requestanimationframe
Advanced tools
Comparing version 0.2.1 to 0.2.2
/*! | ||
* jquery.requestanimationframe - 0.1.3-pre | ||
* jquery.requestanimationframe - 0.2.2 | ||
* https://github.com/gnarf37/jquery-requestAnimationFrame | ||
@@ -4,0 +4,0 @@ * Requires jQuery 1.8+ |
@@ -1,2 +0,2 @@ | ||
/*! jQuery requestAnimationFrame - 0.1.3-pre - 2016-10-26 | ||
/*! jQuery requestAnimationFrame - 0.2.2 - 2016-10-26 | ||
* https://github.com/gnarf37/jquery-requestAnimationFrame | ||
@@ -3,0 +3,0 @@ * Copyright (c) 2016 Corey Frang; Licensed MIT */ |
{ | ||
"name": "jquery.requestanimationframe", | ||
"description": "Replaces the standard jQuery timer loop with requestAnimationFrame where supported. Requires jQuery >=1.8", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"main": "dist/jquery.requestanimationframe.js", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/gnarf37/jquery-requestAnimationFrame", |
@@ -25,4 +25,4 @@ # jQuery requestAnimationFrame | ||
[min]: https://unpkg.com/jquery.requestanimationframe@0.2.0/dist/jquery.requestanimationframe.min.js | ||
[max]: https://unpkg.com/jquery.requestanimationframe@0.2.0/dist/jquery.requestanimationframe.js | ||
[min]: https://unpkg.com/jquery.requestanimationframe@0.2.2/dist/jquery.requestanimationframe.min.js | ||
[max]: https://unpkg.com/jquery.requestanimationframe@0.2.2/dist/jquery.requestanimationframe.js | ||
@@ -51,4 +51,4 @@ In your web page: | ||
* 0.2.1 - Oct 26 2016 | ||
* README updates | ||
* 0.2.1-0.2.3 - Oct 26 2016 | ||
* Docs updates | ||
* 0.2.0 - Oct 26 2016 | ||
@@ -55,0 +55,0 @@ * Started publishing to npm :tada: |
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
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
8296