Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@communicatehealth/browsertests
Advanced tools
Testing framework for testing Drupal sites using Selenium
Testing framework for testing Drupal sites using Selenium
Complete all development work in typical way
Merge PRs into main branch before continuing
Decide if update is a major, minor, or patch release — see Semantic Versioning for guidance
major update — 1.0.0 → 2.0.0
minor update — 1.0.0 → 1.1.0
patch update — 1.0.0 → 1.0.1
git checkout main
git pull
Bump version with update type (major, minor, patch) by running one of the following:
npm version major
npm version minor
npm version patch
— this will increment package.json
, package-lock.json
, and create a new tag with version number in git
Edit CHANGELOG.md
, documenting new tag
git add CHANGELOG.md
git commit -m "Update CHANGELOG.md"
git push
npm publish --access public
1.1.0
FAQs
Testing framework for testing Drupal sites using Selenium
The npm package @communicatehealth/browsertests receives a total of 3 weekly downloads. As such, @communicatehealth/browsertests popularity was classified as not popular.
We found that @communicatehealth/browsertests demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.