Socket
Socket
Sign inDemoInstall

protractor-cucumber-framework

Package Overview
Dependencies
36
Maintainers
2
Versions
97
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.4 to 0.2.5

3

index.js

@@ -42,2 +42,5 @@ var q = require('q'),

return path.resolve(configDir, requirePath)
}).filter(function(item, pos, orig) {
// Make sure requires are unique
return orig.indexOf(item) == pos;
});

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

2

package.json
{
"name": "protractor-cucumber-framework",
"version": "0.2.4",
"version": "0.2.5",
"description": "Protractor framework for Cucumber.js",

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc