
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
1] Wrapper around newman and html-extra.
2] Some advantages and some limitations here!
1] Parallel Execution
2] Integrated with SMTP
3] Customized Email Subject
4] Customized email receiver. We can specify when to send mail and whom to send mail.
eg : if success automation, send report to these people,
if failed automation, send report to these people.
5] html-extra integrated by default.
6] Quick stat json will be printed at the end [name, total, failed, passed, duration and time]
7] Single collection execution also possbile
- jaiman gmail col-name env-name
- jaiman gmail col-name env-name "jayanthbala1993@gmail.com|jayanthbala1993@yahoo.com" "local"
1] no seperate json Report - can be possible
2] exported collections/environments should be named with extension json.
3] exported environment's name should have [qa, stg, dev, prod, preprod, na, eu] - because this will be in mail subject.
4] runtime saving key should be unique accross collection. in this parallel execution. if you use same key, that may overwrite in next collection.
** jaiman generate projectName **
jaiman [folder_name-project] all [environment_name] [receiveremail(optional) [passEmail | failEamil]] [mailServerIP / "local"]
eg: jaiman gmail ALL jai-dev "jayanthbala1993@gmail.com|jayanthbala1993@yahoo.com"
** jaiman gmail ALL jai-dev "jayanthbala1993@gmail.com|jayanthbala1993@yahoo.com" **
jaiman [folder_name-project] all [environment_name] [receiveremail(optional) [passEmail | failEamil]] [local | "your mail host ip"]
- for mailing argument 4 and 5 is important.
- arg[4] = mail receiptent
- arg[5] = mail server IP or "local"
- if you mention "local", server ip will be set as "127.0.0.1"
- if you mention other than local ["192.1.1.0"], server ip will be set as what you have provided "192.1.1.0"
argument3 should be seperated with | pipe simbol,
before pipe considered as pass emailAdrs
after pipe considered as fail emailArs
Case 1 :
if we provide arg 4 as empty,
email adrs will be taken from the src/resource/config.json
Case 2 :
if we provide arg4 as "jayanth_balakrishnan@jayanth.com"
pass / fail - mail will be sent to "jayanth_balakrishnan@jayanth.com"
Case 3 :
if we provide arg 4 as "jayanth_balakrishnan@jayanth.com|balaji_lakshmanan@jayanth.com"
pass will be send to "jayanth_balakrishnan@jayanth.com"
fail will be send to both "jayanth_balakrishnan@jayanth.com|balaji_lakshmanan@jayanth.com"
FAQs
created for running the postman collection parallelly for time saving purpose
The npm package jaiman receives a total of 26 weekly downloads. As such, jaiman popularity was classified as not popular.
We found that jaiman demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.