⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.1
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
invoice
/
node_modules
/
in-publish
/
View File Name :
index.js
'use strict' function inCommand (cmd, cmdStr) { if (process.env.npm_command) { return process.env.npm_command === cmdStr } try { var npm_config_argv = JSON.parse(process.env['npm_config_argv']) } catch (e) { return false } if (typeof npm_config_argv !== 'object') process.exit(1) if (!npm_config_argv.cooked) process.exit(1) if (!npm_config_argv.cooked instanceof Array) process.exit(1) var V while ((V = npm_config_argv.cooked.shift()) !== undefined) { if (/^-/.test(V)) continue if (cmd.test(V)) return true return false } return false } exports.inPublish = function () { return inCommand(/^pu(b(l(i(sh?)?)?)?)?$/, 'publish') } exports.inInstall = function () { return inCommand(/^i(n(s(t(a(ll?)?)?)?)?)?$/, 'install') }