Skip to content

Commit

Permalink
updating getobject (#160)
Browse files Browse the repository at this point in the history
* updating getobject

* rebuild
  • Loading branch information
edulix authored Oct 13, 2021
1 parent 7e465a7 commit 26308de
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions dist/libnocompat-vmaster.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
return !isFunction(obj) && !isWindow(obj) && ("array" === type || 0 === length || "number" == typeof length && 0 < length && length - 1 in obj);
}
jQuery.fn = jQuery.prototype = {
jquery: "3.5.1",
jquery: "3.5.0",
constructor: jQuery,
length: 0,
toArray: function() {
Expand Down Expand Up @@ -96,7 +96,7 @@
copyIsArray = !1, target[name] = jQuery.extend(deep, clone, copy)) : void 0 !== copy && (target[name] = copy));
return target;
}, jQuery.extend({
expando: "jQuery" + ("3.5.1" + Math.random()).replace(/\D/g, ""),
expando: "jQuery" + ("3.5.0" + Math.random()).replace(/\D/g, ""),
isReady: !0,
error: function(msg) {
throw new Error(msg);
Expand Down Expand Up @@ -1115,7 +1115,7 @@
Data.uid = 1, Data.prototype = {
cache: function(owner) {
var value = owner[this.expando];
return value || (value = {}, acceptData(owner) && (owner.nodeType ? owner[this.expando] = value : Object.defineProperty(owner, this.expando, {
return value || (value = Object.create(null), acceptData(owner) && (owner.nodeType ? owner[this.expando] = value : Object.defineProperty(owner, this.expando, {
value: value,
configurable: !0
}))), value;
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
"**/ansi-regex": "5.0.1",
"**/nth-check": "2.0.1",
"**/semver-regex": "3.1.3",
"**/set-value": "4.0.1"
"**/set-value": "4.0.1",
"**/getobject": "1.0.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2214,10 +2214,10 @@ get-value@^2.0.3, get-value@^2.0.6:
resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28"
integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=

getobject@~0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/getobject/-/getobject-0.1.0.tgz#047a449789fa160d018f5486ed91320b6ec7885c"
integrity sha1-BHpEl4n6Fg0Bj1SG7ZEyC27HiFw=
getobject@1.0.0, getobject@~0.1.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/getobject/-/getobject-1.0.0.tgz#27eeb6394716cfb6adcef275a33c2752df9ca49a"
integrity sha512-tbUz6AKKKr2YiMB+fLWIgq5ZeBOobop9YMMAU9dC54/ot2ksMXt3DOFyBuhZw6ptcVszEykgByK20j7W9jHFag==

getpass@^0.1.1:
version "0.1.7"
Expand Down

0 comments on commit 26308de

Please sign in to comment.