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

probe.gl

Package Overview
Dependencies
Maintainers
6
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

probe.gl - npm Package Compare versions

Comparing version 1.0.0-alpha.8 to 1.0.0-alpha.9

3

CHANGELOG.md
CHANGELOG
v1.0.0-alpha.9
- not stop server when failed
v1.0.0-alpha.8

@@ -4,0 +7,0 @@ - default log export

2

dist/lib/utils/globals.js

@@ -24,3 +24,3 @@ 'use strict';

/* global __VERSION__ */
var VERSION = typeof '1.0.0-alpha.8' !== 'undefined' ? '1.0.0-alpha.8' : 'untranspiled source';
var VERSION = typeof '1.0.0-alpha.9' !== 'undefined' ? '1.0.0-alpha.9' : 'untranspiled source';

@@ -27,0 +27,0 @@ exports.window = window_;

@@ -133,7 +133,2 @@ 'use strict';

this.setShellStatus(false);
return Promise.all([
// this.stopBrowser(), // Don't stop the browser
this.stopServer()]).then(function (_) {
// this.exitProcess()); - Don't exit the process
});
}

@@ -140,0 +135,0 @@ }]);

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "1.0.0-alpha.8",
"version": "1.0.0-alpha.9",
"keywords": [

@@ -8,0 +8,0 @@ "javascript",

@@ -93,9 +93,3 @@ // Copyright (c) 2015 - 2017 Uber Technologies, Inc.

this.setShellStatus(false);
return Promise.all([
// this.stopBrowser(), // Don't stop the browser
this.stopServer()
]).then(_ => {
// this.exitProcess()); - Don't exit the process
});
}
}

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