Socket
Socket
Sign inDemoInstall

digdug

Package Overview
Dependencies
60
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0-beta.1 to 2.0.0-beta.2

2

package.json
{
"name": "digdug",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "Dig Dug. A simple abstraction library for downloading and launching WebDriver service tunnels.",

@@ -5,0 +5,0 @@ "repository": {

@@ -355,2 +355,7 @@ "use strict";

this._state = 'stopping';
this.emit({
type: 'status',
target: this,
status: 'Stopping'
});
this._stopTask = this._stop()

@@ -363,2 +368,7 @@ .then(function (returnValue) {

_this._state = 'stopped';
_this.emit({
type: 'status',
target: _this,
status: 'Stopped'
});
return returnValue;

@@ -365,0 +375,0 @@ })

Sorry, the diff of this file is not supported yet

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