Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@communicatehealth/browsertests

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@communicatehealth/browsertests - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Changelog

- Fixed --strict option for checking console errors.
## 1.0.3
- Fixes for running sites with form-based auth.

@@ -7,0 +11,0 @@

@@ -160,2 +160,3 @@ /**

console.log("Option: --loginPass=[Drupal login password]")
console.log("Option: --strict if set, capture console errors")
console.log("Other options may be specified in tests:");

@@ -162,0 +163,0 @@ tests.forEach((test) => {

2

package.json
{
"name": "@communicatehealth/browsertests",
"version": "1.0.3",
"version": "1.0.4",
"description": "Testing framework for testing Drupal sites using Selenium",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -22,3 +22,3 @@ // Look for a variety of errors

entries.forEach(function(entry) {
if(!entry.message.indexOf("Unrecognized feature: 'interest-cohort'")) {
if(!entry.message.includes("Unrecognized feature: 'interest-cohort'")) {
console.log('[%s] %s', entry.level.name, entry.message);

@@ -25,0 +25,0 @@ if (entry.level.value > 900) {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc