Socket
Socket
Sign inDemoInstall

jquery

Package Overview
Dependencies
0
Maintainers
3
Versions
60
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.11.1-beta1 to 1.11.1-rc1

.jscsrc

1

AUTHORS.txt

@@ -214,2 +214,3 @@ Authors ordered by first contribution.

John Hoven <hovenj@gmail.com>
Christian Kosmowski <ksmwsk@gmail.com>

2

bower.json
{
"name": "jquery",
"version": "1.11.1-beta1",
"version": "1.11.1-rc1",
"main": "dist/jquery.js",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -5,3 +5,3 @@ {

"description": "JavaScript library for DOM operations",
"version": "1.11.1-beta1",
"version": "1.11.1-rc1",
"main": "dist/jquery.js",

@@ -11,3 +11,3 @@ "homepage": "http://jquery.com",

"name": "jQuery Foundation and other contributors",
"url": "https://github.com/jquery/jquery/blob/1.11.1-beta1/AUTHORS.txt"
"url": "https://github.com/jquery/jquery/blob/1.11.1-rc1/AUTHORS.txt"
},

@@ -29,3 +29,3 @@ "repository": {

"type": "MIT",
"url": "https://github.com/jquery/jquery/blob/1.11.1-beta1/MIT-LICENSE.txt"
"url": "https://github.com/jquery/jquery/blob/1.11.1-rc1/MIT-LICENSE.txt"
}

@@ -44,3 +44,3 @@ ],

"grunt-git-authors": "1.2.0",
"grunt-jscs-checker": "0.3.2",
"grunt-jscs-checker": "0.4.1",
"grunt-jsonlint": "1.0.4",

@@ -47,0 +47,0 @@ "gzip-js": "0.3.2",

@@ -353,3 +353,3 @@ define([

// however, it must have a current display style that would benefit from this
return elem.offsetWidth === 0 && rdisplayswap.test( jQuery.css( elem, "display" ) ) ?
return rdisplayswap.test( jQuery.css( elem, "display" ) ) && elem.offsetWidth === 0 ?
jQuery.swap( elem, cssShow, function() {

@@ -356,0 +356,0 @@ return getWidthOrHeight( elem, name, extra );

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc