Socket
Socket
Sign inDemoInstall

jquery-mousewheel

Package Overview
Dependencies
0
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.12 to 3.1.13

LICENSE.txt

6

ChangeLog.md
# Mouse Wheel ChangeLog
## 3.1.13
* Update copyright notice and license to remove years
* Create the correct compressed version
* Remove the obsolete jQuery Plugin Registry file
## 3.1.12

@@ -4,0 +10,0 @@

10

jquery.mousewheel.js

@@ -1,7 +0,7 @@

/*! Copyright (c) 2013 Brandon Aaron (http://brandon.aaron.sh)
* Licensed under the MIT License (LICENSE.txt).
/*!
* jQuery Mousewheel 3.1.13
*
* Version: 3.1.12
*
* Requires: jQuery 1.2.2+
* Copyright jQuery Foundation and other contributors
* Released under the MIT license
* http://jquery.org/license
*/

@@ -8,0 +8,0 @@

{
"name": "jquery-mousewheel",
"version": "3.1.12",
"author": "Brandon Aaron (http://brandon.aaron.sh)",
"version": "3.1.13",
"author": {
"name": "jQuery Foundation and other contributors",
"url": "https://github.com/jquery/jquery-mousewheel/blob/master/AUTHORS.txt"
},
"description": "A jQuery plugin that adds cross-browser mouse wheel support.",
"license": "MIT",
"homepage": "https://github.com/brandonaaron/jquery-mousewheel",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-mousewheel/blob/master/LICENSE.txt"
}
],
"homepage": "https://github.com/jquery/jquery-mousewheel",
"main": "./jquery.mousewheel.js",
"repository": {
"type": "git",
"url": "https://github.com/brandonaaron/jquery-mousewheel.git"
"url": "https://github.com/jquery/jquery-mousewheel.git"
},
"bugs": {
"url": "https://github.com/brandonaaron/jquery-mousewheel/issues"
"url": "https://github.com/jquery/jquery-mousewheel/issues"
},

@@ -22,3 +30,3 @@ "keywords": [

"mousewheel",
"plugin",
"jquery-plugin",
"browser"

@@ -29,3 +37,4 @@ ],

"jquery.mousewheel.js",
"README.md"
"README.md",
"LICENSE.txt"
],

@@ -32,0 +41,0 @@ "devDependencies": {

@@ -51,5 +51,2 @@ # jQuery Mouse Wheel Plugin

## See it in action
[See the tests on Github](http://brandonaaron.github.io/jquery-mousewheel/test).
## Using with [Browserify](http://browserify.org)

@@ -81,7 +78,1 @@

```
## License
This plugin is licensed under the [MIT License](LICENSE.txt).
Copyright (c) 2013 [Brandon Aaron](http://brandon.aaron.sh)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc