Comparing version 3.2.0 to 3.2.1
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"keywords": [ | ||
@@ -35,5 +35,5 @@ "javascript", | ||
"@babel/runtime": "^7.0.0", | ||
"@probe.gl/stats": "3.2.0" | ||
"@probe.gl/stats": "3.2.1" | ||
}, | ||
"gitHead": "f4b7ecb54a8c3eeac314307762d84b909f2e90c1" | ||
"gitHead": "33d2a2efbb1b63fb46867bcd14df287bcacc114a" | ||
} |
@@ -44,3 +44,2 @@ // Copyright (c) 2017 Uber Technologies, Inc. | ||
/* global navigator */ | ||
const navigator_ = typeof navigator !== 'undefined' ? navigator : {}; | ||
@@ -47,0 +46,0 @@ const userAgent = mockUserAgent || navigator_.userAgent || ''; |
@@ -1,2 +0,1 @@ | ||
/* global self, window, global, document, console, process */ | ||
/* eslint-disable no-restricted-globals */ | ||
@@ -3,0 +2,0 @@ const globals = { |
// This function is needed in initialization stages, | ||
// make sure it can be imported in isolation | ||
/* global process */ | ||
@@ -5,0 +4,0 @@ import isElectron from './is-electron'; |
// based on https://github.com/cheton/is-electron | ||
// https://github.com/electron/electron/issues/2288 | ||
/* global window, process, navigator */ | ||
/* eslint-disable complexity */ | ||
@@ -5,0 +4,0 @@ export default function isElectron(mockUserAgent) { |
@@ -21,4 +21,3 @@ // Copyright (c) 2017 Uber Technologies, Inc. | ||
/* eslint-disable no-console, no-try-catch */ | ||
/* global console */ | ||
/* eslint-disable no-console */ | ||
import {VERSION, isBrowser} from '../utils/globals'; | ||
@@ -33,3 +32,2 @@ import LocalStorage from '../utils/local-storage'; | ||
/* eslint-disable no-console */ | ||
/* global console, Image */ | ||
@@ -36,0 +34,0 @@ // Instrumentation in other packages may override console methods, so preserve them here |
@@ -21,3 +21,2 @@ // Copyright (c) 2017 Uber Technologies, Inc. | ||
/* global window */ | ||
function getStorage(type) { | ||
@@ -24,0 +23,0 @@ try { |
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
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
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
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
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
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
284121
3246
+ Added@probe.gl/stats@3.2.1(transitive)
- Removed@probe.gl/stats@3.2.0(transitive)
Updated@probe.gl/stats@3.2.1