Huge News!Announcing our $40M Series B led by Abstract Ventures.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.4.1 to 3.5.0-alpha.1

src/index.ts

4

dist/es5/env/globals.js

@@ -19,2 +19,4 @@ "use strict";

};
var global_ = globalThis;
exports.global = global_;
var self_ = globals.self || globals.window || globals.global;

@@ -24,4 +26,2 @@ exports.self = self_;

exports.window = window_;
var global_ = globals.global || globals.self || globals.window;
exports.global = global_;
var document_ = globals.document || {};

@@ -28,0 +28,0 @@ exports.document = document_;

"use strict";
var _globals = require("./utils/globals");
_globals.global.probe = {};
globalThis.probe = {};
//# sourceMappingURL=init.js.map

@@ -8,5 +8,5 @@ const globals = {

};
const global_ = globalThis;
const self_ = globals.self || globals.window || globals.global;
const window_ = globals.window || globals.self || globals.global;
const global_ = globals.global || globals.self || globals.window;
const document_ = globals.document || {};

@@ -13,0 +13,0 @@ const process_ = globals.process || {};

@@ -1,3 +0,2 @@

import { global } from './utils/globals';
global.probe = {};
globalThis.probe = {};
//# sourceMappingURL=init.js.map

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

"license": "MIT",
"version": "3.4.1",
"version": "3.5.0-alpha.1",
"keywords": [

@@ -17,2 +17,3 @@ "javascript",

},
"types": "src/index.ts",
"main": "dist/es5/index.js",

@@ -35,5 +36,5 @@ "module": "dist/esm/index.js",

"@babel/runtime": "^7.0.0",
"@probe.gl/stats": "3.4.1"
"@probe.gl/stats": "3.5.0-alpha.1"
},
"gitHead": "988375fec650185893d2bc240e74ac59eee85d2d"
"gitHead": "bf4fa2cbf7acca20d734838560321f36a1ec0ee3"
}

@@ -10,5 +10,5 @@ /* eslint-disable no-restricted-globals */

const global_ = globalThis;
const self_ = globals.self || globals.window || globals.global;
const window_ = globals.window || globals.self || globals.global;
const global_ = globals.global || globals.self || globals.window;
const document_ = globals.document || {};

@@ -15,0 +15,0 @@ const process_ = globals.process || {};

@@ -1,3 +0,2 @@

import {global} from './utils/globals';
// @ts-ignore
global.probe = {};
globalThis.probe = {};

@@ -6,3 +6,2 @@ import checkIfBrowser from '../env/is-browser';

// Extract injected version from package.json (injected by babel plugin)
/* global __VERSION__ */
// @ts-ignore

@@ -9,0 +8,0 @@ export const VERSION = typeof __VERSION__ !== 'undefined' ? __VERSION__ : 'untranspiled source';

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