Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

probe.gl

Package Overview
Dependencies
Maintainers
6
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.0.0-alpha.7 to 3.0.0

2

dist/es5/utils/globals.js

@@ -50,3 +50,3 @@ "use strict";

var VERSION = typeof "3.0.0-alpha.7" !== 'undefined' ? "3.0.0-alpha.7" : 'untranspiled source';
var VERSION = typeof "3.0.0" !== 'undefined' ? "3.0.0" : 'untranspiled source';
exports.VERSION = VERSION;

@@ -53,0 +53,0 @@ var isBrowser = (0, _isBrowser.default)();

import checkIfBrowser from '../env/is-browser';
export { self, window, global, document, process, console } from '../env/globals';
export const VERSION = typeof "3.0.0-alpha.7" !== 'undefined' ? "3.0.0-alpha.7" : 'untranspiled source';
export const VERSION = typeof "3.0.0" !== 'undefined' ? "3.0.0" : 'untranspiled source';
export const isBrowser = checkIfBrowser();
//# sourceMappingURL=globals.js.map
import checkIfBrowser from '../env/is-browser';
export { self, window, global, document, process, console } from '../env/globals';
export var VERSION = typeof "3.0.0-alpha.7" !== 'undefined' ? "3.0.0-alpha.7" : 'untranspiled source';
export var VERSION = typeof "3.0.0" !== 'undefined' ? "3.0.0" : 'untranspiled source';
export var isBrowser = checkIfBrowser();
//# sourceMappingURL=globals.js.map

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

"license": "MIT",
"version": "3.0.0-alpha.7",
"version": "3.0.0",
"keywords": [

@@ -8,0 +8,0 @@ "javascript",

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