UNPKG
whitesource
Version:
latest (20.12.2)
20.12.2
20.9.1
20.3.2
20.2.2
19.12.1
19.7.1
19.5.2
19.2.1
19.2.1-1
18.10.2-1
18.10.1
18.9.1
18.8.3
18.7.2
18.5.2
18.4.2
18.4.1
18.3.2
18.3.1
18.2.2
18.2.1
18.2.1-1
18.1.3
17.12.4
17.11.4
17.11.2
1.1.1
1.1.0
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.3.17
0.3.16
0.3.15
0.3.14
0.3.13
0.3.12
0.3.11
0.3.10
0.3.9
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.16
0.2.14
0.2.13
0.2.12
0.2.11
0.2.1
0.2.0
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.398
0.0.397
0.0.396
0.0.395
0.0.394
0.0.393
0.0.392
0.0.390
0.0.389
0.0.388
0.0.387
0.0.386
0.0.385
0.0.384
0.0.383
0.0.382
0.0.381
0.0.380
0.0.379
0.0.378
0.0.377
0.0.376
0.0.375
0.0.374
0.0.373
0.0.372
0.0.371
0.0.370
0.0.369
0.0.368
0.0.367
0.0.366
0.0.365
0.0.364
0.0.363
0.0.362
0.0.361
0.0.360
0.0.359
0.0.358
0.0.357
0.0.356
0.0.355
0.0.354
0.0.353
0.0.352
0.0.351
0.0.350
0.0.349
0.0.348
0.0.347
0.0.346
0.0.345
0.0.343
0.0.342
0.0.341
0.0.340
0.0.339
0.0.338
0.0.337
0.0.336
0.0.335
0.0.334
0.0.333
0.0.332
0.0.331
0.0.53
0.0.52
0.0.51
0.0.50
0.0.49
0.0.48
0.0.45
0.0.44
0.0.43
0.0.42
0.0.41
0.0.33
0.0.4
0.0.3
0.0.2
0.0.1
whitesource node module
github.com/whitesource/npm-plugin
whitesource/npm-plugin
whitesource
/
my-dir
/
jquery
/
src
/
deprecated.js
14 lines
(10 loc)
•
223 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
define
([
"./core"
,
"./traversing"
],
function
(
jQuery
) {
// The number of elements contained in the matched element set
jQuery.
fn
.
size
=
function
(
) {
return
this
.
length
; }; jQuery.
fn
.
andSelf
= jQuery.
fn
.
addBack
; });