Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

derby-webdriverio

Package Overview
Dependencies
Maintainers
3
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

derby-webdriverio - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

8

lib/after.js

@@ -13,3 +13,9 @@ // Generated by CoffeeScript 1.10.0

}).then(function() {
return kill(global.__runningServer);
return new Bluebird(function(resolve, reject) {
console.log('Kill Server');
return kill(global.__runningServer, function(code, signal) {
console.log('KILLED SERVER!');
return resolve();
});
});
}).then(function() {

@@ -16,0 +22,0 @@ return typeof customAfter === "function" ? customAfter(failures, pid) : void 0;

2

package.json
{
"name": "derby-webdriverio",
"version": "0.0.12",
"version": "0.0.13",
"description": "Webdriver.io for Derby.js",

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

Sorry, the diff of this file is not supported yet

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