
Product
Announcing Socket Certified Patches: One-Click Fixes for Vulnerable Dependencies
A safer, faster way to eliminate vulnerabilities without updating dependencies
@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.

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.

Research
/Security News
Malicious npm packages use Adspect cloaking and fake CAPTCHAs to fingerprint visitors and redirect victims to crypto-themed scam sites.