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

probe.gl

Package Overview
Dependencies
Maintainers
5
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.1 to 3.0.0-alpha.3

8

dist/es5/index.js

@@ -136,8 +136,2 @@ "use strict";

});
Object.defineProperty(exports, "_enableDOMLogging", {
enumerable: true,
get: function get() {
return _logToDom.enableDOMLogging;
}
});
exports.default = void 0;

@@ -171,4 +165,2 @@

var _logToDom = require("./utils/log-to-dom");
var _default = new _log.default({

@@ -175,0 +167,0 @@ id: 'probe.gl'

2

dist/es5/utils/globals.js

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

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

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

@@ -19,3 +19,2 @@ import './init';

export { default as LocalStorage } from './utils/local-storage';
export { enableDOMLogging as _enableDOMLogging } from './utils/log-to-dom';
//# sourceMappingURL=index.js.map
import checkIfBrowser from '../env/is-browser';
export { self, window, global, document, process, console } from '../env/globals';
export const VERSION = typeof "3.0.0-alpha.1" !== 'undefined' ? "3.0.0-alpha.1" : 'untranspiled source';
export const VERSION = typeof "3.0.0-alpha.3" !== 'undefined' ? "3.0.0-alpha.3" : 'untranspiled source';
export const isBrowser = checkIfBrowser();
//# sourceMappingURL=globals.js.map

@@ -19,3 +19,2 @@ import './init';

export { default as LocalStorage } from './utils/local-storage';
export { enableDOMLogging as _enableDOMLogging } from './utils/log-to-dom';
//# sourceMappingURL=index.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.1" !== 'undefined' ? "3.0.0-alpha.1" : 'untranspiled source';
export var VERSION = typeof "3.0.0-alpha.3" !== 'undefined' ? "3.0.0-alpha.3" : 'untranspiled source';
export var isBrowser = checkIfBrowser();
//# sourceMappingURL=globals.js.map

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

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

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

@@ -30,5 +30,1 @@ import './init';

export {default as LocalStorage} from './utils/local-storage';
// EXPERIMENTAL EXPORTS
// DOM LOGGING
export {enableDOMLogging as _enableDOMLogging} from './utils/log-to-dom';

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