Socket
Socket
Sign inDemoInstall

protractor-cucumber-framework

Package Overview
Dependencies
209
Maintainers
2
Versions
96
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.1.1 to 6.1.2

2

index.js

@@ -135,3 +135,3 @@ const debug = require('debug')('protractor-cucumber-framework');

return toArray(values).map(function(format) {
let formatPathMatch = format.match(/(.+):(.+)/);
let formatPathMatch = format.match(/(..+):(.+)/);
if (!formatPathMatch) return format;

@@ -138,0 +138,0 @@

{
"name": "protractor-cucumber-framework",
"version": "6.1.1",
"version": "6.1.2",
"description": "Protractor framework for Cucumber.js",

@@ -47,4 +47,6 @@ "main": "index.js",

"Nathan Thompson <nathan.thompson@readytalk.com>",
"Pehr Johansson <pehr.johansson@nab.com.au>",
"Sammy Jelin <sjelin@gmail.com>",
"Wim Selles <wim@wswebcreation.nl>"
"Wim Selles <wim@wswebcreation.nl>",
"Flavien Cathala"
],

@@ -51,0 +53,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc