Socket
Socket
Sign inDemoInstall

protractor-console-plugin

Package Overview
Dependencies
1
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

8

package.json
{
"name": "protractor-console-plugin",
"version": "0.1.0",
"version": "0.1.1",
"description": "Protractor plugin that checks the browser log after each test for warnings and errors",
"main": "index.js",
"scripts": {
"start": "./node_modules/httpster/bin/httpster -d testapp/ -p `node -p 'process.env.HTTP_PORT || require(\"./spec/environment\").webServerDefaultPort'`",
"start": "httpster -d testapp/ -p `node -p 'process.env.HTTP_PORT || require(\"./spec/environment\").webServerDefaultPort'`",
"test": "node test.js"

@@ -31,6 +31,8 @@ },

"devDependencies": {
"express": "^4.13.3",
"httpster": "^1.0.1",
"protractor": "^2.5.1"
},
"dependencies": {
"q": "^1.4.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