Socket
Socket
Sign inDemoInstall

protractor-cucumber-framework

Package Overview
Dependencies
11
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

5

index.js

@@ -1,2 +0,4 @@

var q = require('q');
var q = require('q'),
glob = require('glob'),
path = require('path');

@@ -42,2 +44,3 @@ /**

}
var matches = glob.sync(fileName, {cwd: configDir});

@@ -44,0 +47,0 @@

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

@@ -35,2 +35,3 @@ "main": "index.js",

"dependencies": {
"glob": "^6.0.1",
"q": "^1.4.1"

@@ -41,3 +42,3 @@ },

"chai-as-promised": "^5.1.0",
"cucumber": "^0.5.0",
"cucumber": "^0.8.1",
"httpster": "^1.0.1",

@@ -44,0 +45,0 @@ "protractor": "^2.5.1"

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