Comparing version 3.4.1 to 3.5.0-alpha.1
@@ -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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
0
196020
79
2527
2
+ Added@probe.gl/stats@3.5.0-alpha.1(transitive)
- Removed@probe.gl/stats@3.4.1(transitive)