SILENT KILLERPanel

Current Path: > home > transcarter > > www > > wp-includes > js > dist > vendor


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.135
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/transcarter//www//wp-includes/js/dist/vendor

NameTypeSizeLast ModifiedActions
lodash.js File 544098 bytes May 20 2021 12:02:18.
lodash.min.js File 70705 bytes January 31 2024 12:59:56.
moment.js File 174604 bytes July 19 2022 18:43:26.
moment.min.js File 57925 bytes June 27 2024 12:51:44.
react-dom.js File 1083156 bytes May 31 2024 17:56:14.
react-dom.min.js File 133233 bytes May 31 2024 17:56:14.
react-dom.min.js.LICENSE.txt File 483 bytes May 31 2024 17:56:14.
react-jsx-runtime.js File 47276 bytes May 31 2024 17:56:14.
react-jsx-runtime.min.js File 900 bytes May 31 2024 17:56:14.
react-jsx-runtime.min.js.LICENSE.txt File 249 bytes May 31 2024 17:56:14.
react.js File 93741 bytes May 31 2024 17:56:14.
react.min.js File 6682 bytes May 31 2024 17:56:14.
react.min.js.LICENSE.txt File 237 bytes May 31 2024 17:56:14.
regenerator-runtime.js File 25209 bytes September 19 2023 18:30:24.
regenerator-runtime.min.js File 6625 bytes June 27 2024 12:51:44.
wp-polyfill-dom-rect.js File 1927 bytes April 12 2022 16:35:28.
wp-polyfill-dom-rect.min.js File 865 bytes April 11 2022 11:04:30.
wp-polyfill-element-closest.js File 428 bytes February 07 2023 16:48:32.
wp-polyfill-element-closest.min.js File 426 bytes February 07 2023 16:48:32.
wp-polyfill-fetch.js File 19472 bytes August 11 2023 13:44:18.
wp-polyfill-fetch.min.js File 9961 bytes June 27 2024 12:51:44.
wp-polyfill-formdata.js File 11874 bytes April 12 2022 16:35:28.
wp-polyfill-formdata.min.js File 8774 bytes April 12 2022 16:35:28.
wp-polyfill-importmap.js File 51073 bytes January 31 2024 08:31:30.
wp-polyfill-importmap.min.js File 27160 bytes June 27 2024 12:51:44.
wp-polyfill-inert.js File 30179 bytes January 18 2023 11:16:34.
wp-polyfill-inert.min.js File 8171 bytes January 18 2023 11:16:34.
wp-polyfill-node-contains.js File 643 bytes March 30 2021 13:49:04.
wp-polyfill-node-contains.min.js File 353 bytes March 30 2021 13:49:04.
wp-polyfill-object-fit.js File 9185 bytes March 30 2021 13:16:34.
wp-polyfill-object-fit.min.js File 2975 bytes September 23 2022 18:55:30.
wp-polyfill-url.js File 110332 bytes March 03 2020 16:55:08.
wp-polyfill-url.min.js File 47075 bytes June 28 2023 19:08:46.
wp-polyfill.js File 128849 bytes January 29 2024 21:07:12.
wp-polyfill.min.js File 38590 bytes January 31 2024 12:59:56.

Reading File: /home/transcarter//www//wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js

// DOMRect
(function (global) {
	function number(v) {
		return v === undefined ? 0 : Number(v);
	}

	function different(u, v) {
		return u !== v && !(isNaN(u) && isNaN(v));
	}

	function DOMRect(xArg, yArg, wArg, hArg) {
		var x, y, width, height, left, right, top, bottom;

		x = number(xArg);
		y = number(yArg);
		width = number(wArg);
		height = number(hArg);

		Object.defineProperties(this, {
			x: {
				get: function () { return x; },
				set: function (newX) {
					if (different(x, newX)) {
						x = newX;
						left = right = undefined;
					}
				},
				enumerable: true
			},
			y: {
				get: function () { return y; },
				set: function (newY) {
					if (different(y, newY)) {
						y = newY;
						top = bottom = undefined;
					}
				},
				enumerable: true
			},
			width: {
				get: function () { return width; },
				set: function (newWidth) {
					if (different(width, newWidth)) {
						width = newWidth;
						left = right = undefined;
					}
				},
				enumerable: true
			},
			height: {
				get: function () { return height; },
				set: function (newHeight) {
					if (different(height, newHeight)) {
						height = newHeight;
						top = bottom = undefined;
					}
				},
				enumerable: true
			},
			left: {
				get: function () {
					if (left === undefined) {
						left = x + Math.min(0, width);
					}
					return left;
				},
				enumerable: true
			},
			right: {
				get: function () {
					if (right === undefined) {
						right = x + Math.max(0, width);
					}
					return right;
				},
				enumerable: true
			},
			top: {
				get: function () {
					if (top === undefined) {
						top = y + Math.min(0, height);
					}
					return top;
				},
				enumerable: true
			},
			bottom: {
				get: function () {
					if (bottom === undefined) {
						bottom = y + Math.max(0, height);
					}
					return bottom;
				},
				enumerable: true
			}
		});
	}

	global.DOMRect = DOMRect;
}(self));

SILENT KILLER Tool