
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@heathmont/allure-service-client
Advanced tools
This is a 2 classes package that allows you to easily connect to an allure server, it was designed and tested with the [allure-service-docker](https://github.com/fescobar/allure-docker-service)
This is a 2 classes package that allows you to easily connect to an allure server, it was designed and tested with the allure-service-docker
- npm install allure-service-client
Package contains only one public method reportToAllure(options) where the options are
project
: Name of the allure server project where you are pushing the resultsresultsFolder
: Path to the folder where the testsresults are stored after executioncleanupFilesAfterUpload
: Setting this true will delete all the test results in the folder after uploading themhost
: url to your allure docker servicesecurity
: optional parameter if your service has security, do not pass it if your allure instance do not have securityconst {reportToAllure} = require("allure-service-client");
let resultsDir = resolve(__dirname, './allure-results');
let options = {
project: 'postman-poc',
resultsFolder: resultsDir,
cleanupFilesAfterUpload: false,
host: 'http://localhost:5050/allure-docker-service',
security: {
username: 'username',
password: 'password'
}
}
await reportToAllure(options);
FAQs
This is a 2 classes package that allows you to easily connect to an allure server, it was designed and tested with the [allure-service-docker](https://github.com/fescobar/allure-docker-service)
We found that @heathmont/allure-service-client demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 98 open source maintainers 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.