New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gulp-galen

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-galen - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

2

lib/gulp-galen.js

@@ -26,3 +26,3 @@ /* globals process */

var opt = {}; // Clone not to mess up the input object
var allowedOptionKeys = ['galenPath', 'cwd', 'parallel', 'htmlreport', 'testngreport', 'jsonreport', 'properties'].concat(specialOptionKeys);
var allowedOptionKeys = ['galenPath', 'cwd', 'parallel', 'htmlreport', 'testngreport', 'junitreport ','jsonreport', 'properties'].concat(specialOptionKeys);
Object.keys(options).forEach(function (key) {

@@ -29,0 +29,0 @@ if (allowedOptionKeys.indexOf(key) < 0) {

{
"version": "1.0.8",
"version": "1.0.9",
"name": "gulp-galen",

@@ -11,3 +11,3 @@ "description": "A gulp-plugin for using the galen-framework within a gulp-based build toolchain",

"event-stream": "^3.3.2",
"galenframework-cli": "^2.1.2",
"galenframework-cli": "^2.2.0",
"gulp": "^3.9.0",

@@ -14,0 +14,0 @@ "rimraf": "^2.4.3"

@@ -99,2 +99,3 @@ # gulp-galen

* `testngreport`: path to xml file in which Galen should write TestNG report
* `junitreport `: path to xml file in which Galen should write JUnit report
* `jsonreport`: path to folder in which Galen should generate JSON reports

@@ -101,0 +102,0 @@ * `parallel`: Allow multiple parallel galen processes (not to confuse with `parallel-tests` doing the parallelization in one galen process)

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