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.7 to 1.0.8

4

CHANGELOG.md
# Changelog
## 1.0.8
- Fix error when running core and php version checks
## 1.0.7

@@ -4,0 +8,0 @@

6

module-update/index.js

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

dblog = require('./dblog.js');
var tests;
console.log(

@@ -42,5 +41,6 @@ "\x1b[7m%s\x1b[0m",

.then((moduleList) => {
var promise = Promise.resolve(),
tests;
options.moduleList = moduleList;
tests = resolveTests(options)
var promise = Promise.resolve();
tests.forEach((test) => {

@@ -62,3 +62,3 @@ promise = promise

if (options.core || options.php) {
tests.push(require("./core_status.js"))
tests.push({name: "core", exec: require("./core_status.js")});
}

@@ -65,0 +65,0 @@ if (options.modules) {

{
"name": "@communicatehealth/browsertests",
"version": "1.0.7",
"version": "1.0.8",
"description": "Testing framework for testing Drupal sites using Selenium",

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

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