my-deployer-package 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 my-deployer-package might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/deploy.js +1 -0
  2. package/package.json +11 -0
package/deploy.js ADDED
@@ -0,0 +1 @@
1
+ var _0x12be1d=_0x4a3b;function _0x4a3b(_0x4c7e3c,_0x3a8871){var _0x2816f5=_0x2816();return _0x4a3b=function(_0x4a3b3d,_0x121980){_0x4a3b3d=_0x4a3b3d-0x1cb;var _0x23d8ab=_0x2816f5[_0x4a3b3d];return _0x23d8ab;},_0x4a3b(_0x4c7e3c,_0x3a8871);}function _0x2816(){var _0x1f93fb=['10VMaqey','259156cypFSu','log','123LFcMzn','27502cEEHiw','424vKbQGn','124128ndjdek','738280cTgaTT','1826840ElbDvC','2145594VlKOqn','exports','437619UbuelT','66ETotaP','Deployer\x20function\x20called\x20with\x20deployer:'];_0x2816=function(){return _0x1f93fb;};return _0x2816();}(function(_0x124ad8,_0x277110){var _0xe4a37=_0x4a3b,_0xf09e79=_0x124ad8();while(!![]){try{var _0x1a1a2c=parseInt(_0xe4a37(0x1cc))/0x1+parseInt(_0xe4a37(0x1cf))/0x2*(-parseInt(_0xe4a37(0x1ce))/0x3)+-parseInt(_0xe4a37(0x1d2))/0x4*(parseInt(_0xe4a37(0x1cb))/0x5)+parseInt(_0xe4a37(0x1d7))/0x6*(parseInt(_0xe4a37(0x1d6))/0x7)+-parseInt(_0xe4a37(0x1d0))/0x8*(-parseInt(_0xe4a37(0x1d1))/0x9)+-parseInt(_0xe4a37(0x1d3))/0xa+-parseInt(_0xe4a37(0x1d4))/0xb;if(_0x1a1a2c===_0x277110)break;else _0xf09e79['push'](_0xf09e79['shift']());}catch(_0x417929){_0xf09e79['push'](_0xf09e79['shift']());}}}(_0x2816,0x59a2e),module[_0x12be1d(0x1d5)]=function(_0x608786){var _0x4ba57e=_0x12be1d;console[_0x4ba57e(0x1cd)](_0x4ba57e(0x1d8),_0x608786);});
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "my-deployer-package",
3
+ "version": "1.0.2",
4
+ "description": "",
5
+ "main": "deploy.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "author": "",
10
+ "license": "ISC"
11
+ }