Socket
Socket
Sign inDemoInstall

protractor

Package Overview
Dependencies
Maintainers
2
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

protractor - npm Package Compare versions

Comparing version 3.1.1 to 3.2.0

.clang-format

4

config.json
{
"webdriverVersions": {
"selenium": "2.51.0",
"selenium": "2.52.0",
"chromedriver": "2.21",
"iedriver": "2.51.0"
"iedriver": "2.52.0"
}
}

@@ -13,3 +13,3 @@ // An example configuration file.

// Spec patterns are relative to the current working directly when
// Spec patterns are relative to the current working directory when
// protractor is called.

@@ -16,0 +16,0 @@ specs: ['example_spec.js'],

@@ -15,24 +15,30 @@ {

"dependencies": {
"request": "~2.67.0",
"selenium-webdriver": "2.48.2",
"adm-zip": "0.4.7",
"glob": "~6.0",
"jasminewd2": "0.0.8",
"jasmine": "2.4.1",
"saucelabs": "~1.0.1",
"glob": "~6.0",
"adm-zip": "0.4.7",
"optimist": "~0.6.0",
"q": "1.4.1",
"request": "~2.67.0",
"saucelabs": "~1.0.1",
"selenium-webdriver": "2.52.0",
"source-map-support": "~0.4.0"
},
"devDependencies": {
"expect.js": "~0.3.1",
"body-parser": "1.14.2",
"chai": "~3.4.1",
"chai-as-promised": "~5.2.0",
"clang-format": "^1.0.34",
"expect.js": "~0.3.1",
"express": "~4.13.3",
"gulp": "^3.9.1",
"gulp-clang-format": "^1.0.23",
"jshint": "2.9.1",
"lodash": "^4.5.1",
"marked": "^0.3.3",
"mocha": "2.3.4",
"express": "~4.13.3",
"body-parser": "1.14.2",
"rimraf": "~2.5.0",
"lodash": "^2.4.1",
"marked": "^0.3.3"
"run-sequence": "^1.1.5",
"typescript": "1.8.2",
"typings": "~0.6.6"
},

@@ -49,8 +55,11 @@ "repository": {

"scripts": {
"pretest": "./scripts/pretest.sh",
"prepublish": "gulp prepublish",
"pretest": "gulp pretest",
"start": "node testapp/scripts/web-server.js",
"test": "node scripts/test.js",
"start": "node testapp/scripts/web-server.js"
"tsc": "./node_modules/typescript/bin/tsc",
"tsc:w": "./node_modules/typescript/bin/tsc -w"
},
"license": "MIT",
"version": "3.1.1"
"version": "3.2.0"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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