You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@probe.gl/test-utils

Package Overview
Dependencies
Maintainers
4
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@probe.gl/test-utils - npm Package Compare versions

Comparing version

to
3.3.1

1

dist/es5/browser-automation/browser-driver.js

@@ -94,2 +94,3 @@ "use strict";

_this.browser = browser;
browser.version().then(console.log);
});

@@ -96,0 +97,0 @@ }

@@ -67,2 +67,3 @@ import puppeteer from 'puppeteer';

this.browser = browser;
browser.version().then(console.log);
});

@@ -69,0 +70,0 @@ }

@@ -79,2 +79,3 @@ import _toConsumableArray from "@babel/runtime/helpers/esm/toConsumableArray";

_this.browser = browser;
browser.version().then(console.log);
});

@@ -81,0 +82,0 @@ }

8

package.json

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

"license": "MIT",
"version": "3.3.0",
"version": "3.3.1",
"keywords": [

@@ -31,6 +31,6 @@ "integration test",

"pixelmatch": "^4.0.2",
"probe.gl": "3.3.0",
"puppeteer": "^1.16.0"
"probe.gl": "3.3.1",
"puppeteer": "*"
},
"gitHead": "f8dbd4157b9503a700bdf2c724143235b3b396f1"
"gitHead": "95750096e0fe48d2861fdc9c125ef5ef17cf3ec2"
}

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

this.browser = browser;
browser.version().then(console.log); // eslint-disable-line
});

@@ -86,0 +87,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 not supported yet