New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

probe.gl

Package Overview
Dependencies
Maintainers
7
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 3.2.0 to 3.2.1

6

package.json

@@ -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

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