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

jquery-once

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jquery-once - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

10

CHANGELOG.md

@@ -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

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