jquery-once
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -5,5 +5,8 @@ # Change Log | ||
## [Unreleased][unreleased] | ||
## [2.1.2] - June 11th, 2016 | ||
### Changed | ||
- Nothing so far | ||
- Updated development dependencies | ||
- Updated documentation | ||
- Switched from [`semistandard`](http://npm.im/semistandard) to [`xo`](http://npm.im/xo) for coding standards | ||
- Tested in [jQuery 3.0](https://blog.jquery.com/2016/06/09/jquery-3-0-final-released/) | ||
@@ -79,3 +82,4 @@ ## [2.1.1] - August 31st, 2015 | ||
[unreleased]: https://github.com/RobLoach/jquery-once/compare/2.1.1...HEAD | ||
[unreleased]: https://github.com/RobLoach/jquery-once/compare/2.1.2...HEAD | ||
[2.1.2]: https://github.com/RobLoach/jquery-once/compare/2.1.1...2.1.2 | ||
[2.1.1]: https://github.com/RobLoach/jquery-once/compare/2.1.0...2.1.1 | ||
@@ -82,0 +86,0 @@ [2.1.0]: https://github.com/RobLoach/jquery-once/compare/2.0.2...2.1.0 |
/*! | ||
* jQuery Once v2.1.1 - http://github.com/robloach/jquery-once | ||
* jQuery Once v2.1.2 - http://github.com/robloach/jquery-once | ||
* @license MIT, GPL-2.0 | ||
@@ -32,3 +32,3 @@ * http://opensource.org/licenses/MIT | ||
} | ||
}(function ($) { | ||
})(function ($) { | ||
'use strict'; | ||
@@ -177,2 +177,2 @@ | ||
}; | ||
})); | ||
}); |
/*! | ||
* jQuery Once v2.1.1 - http://github.com/robloach/jquery-once | ||
* jQuery Once v2.1.2 - http://github.com/robloach/jquery-once | ||
* @license MIT, GPL-2.0 | ||
@@ -4,0 +4,0 @@ * http://opensource.org/licenses/MIT |
# License | ||
Copyright © [Rob Loach](http://github.com/RobLoach) | ||
Copyright © 2016 [Rob Loach](http://github.com/RobLoach) | ||
@@ -5,0 +5,0 @@ ## GPL-2.0 |
@@ -5,3 +5,3 @@ { | ||
"description": "Act on jQuery elements only once.", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"keywords": [ | ||
@@ -30,12 +30,5 @@ "jquery", | ||
"license": "(GPL-2.0 OR MIT)", | ||
"licenses": [ | ||
{ | ||
"type": "GPL-2.0", | ||
"url": "http://opensource.org/licenses/gpl-2.0.php" | ||
}, | ||
{ | ||
"type": "MIT", | ||
"url": "http://opensource.org/licenses/MIT" | ||
} | ||
], | ||
"engines": { | ||
"node": ">=4" | ||
}, | ||
"dependencies": { | ||
@@ -45,12 +38,13 @@ "jquery": "*" | ||
"devDependencies": { | ||
"jsdoc-to-markdown": "^1.1.1", | ||
"jsdom": "~6.3.0", | ||
"mocha": "~2.3.0", | ||
"mocha-jsdom": "~1.0.0", | ||
"semistandard": "^7.0.2", | ||
"uglify-js": "~2.4.24" | ||
"jsdoc-to-markdown": "^1.2.0", | ||
"jsdom": "~9.2.1", | ||
"mocha": "~2.5.1", | ||
"mocha-jsdom": "~1.1.0", | ||
"uglify-js": "~2.6.1", | ||
"xo": "^0.15.1" | ||
}, | ||
"scripts": { | ||
"pretest": "semistandard", | ||
"pretest": "npm install", | ||
"test": "mocha test/test.js", | ||
"posttest": "xo --space", | ||
"docs": "jsdoc2md jquery.once.js > API.md", | ||
@@ -57,0 +51,0 @@ "build": "uglifyjs jquery.once.js -o jquery.once.min.js --comments --source-map jquery.once.min.js.map --mangle", |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
2
80
13288
6
2
0