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
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.1.0-alpha.11 to 3.1.0-beta.1

README.md

20

dist/es5/index.js
"use strict";
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard");
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard");
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "Log", {
enumerable: true,
get: function get() {
return _log["default"];
}
});
Object.defineProperty(exports, "VERSION", {

@@ -100,8 +106,2 @@ enumerable: true,

});
Object.defineProperty(exports, "Log", {
enumerable: true,
get: function get() {
return _log["default"];
}
});
Object.defineProperty(exports, "COLOR", {

@@ -153,2 +153,4 @@ enumerable: true,

var _log = _interopRequireDefault(require("./lib/log"));
var _globals = require("./utils/globals");

@@ -170,4 +172,2 @@

var _log = _interopRequireDefault(require("./lib/log"));
var _color = require("./utils/color");

@@ -174,0 +174,0 @@

import './init';
import { default as Log } from './lib/log';
export { VERSION } from './utils/globals';

@@ -12,3 +13,2 @@ export { self, window, global, document, process, console } from './env/globals';

export { COLOR } from './utils/color';
import { default as Log } from './lib/log';
export default new Log({

@@ -15,0 +15,0 @@ id: 'probe.gl'

import './init';
import { default as Log } from './lib/log';
export { VERSION } from './utils/globals';

@@ -12,3 +13,2 @@ export { self, window, global, document, process, console } from './env/globals';

export { COLOR } from './utils/color';
import { default as Log } from './lib/log';
export default new Log({

@@ -15,0 +15,0 @@ id: 'probe.gl'

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

"license": "MIT",
"version": "3.1.0-alpha.11",
"version": "3.1.0-beta.1",
"keywords": [

@@ -36,3 +36,3 @@ "javascript",

},
"gitHead": "0bd781fa52e2dce0c6dca432e51737a62b9121d0"
"gitHead": "2145c50ca11788de7fdcc0de3db2f5dea3925fc9"
}
/* global self, window, global, document, console, process */
/* eslint-disable no-restricted-globals */
const globals = {

@@ -3,0 +4,0 @@ self: typeof self !== 'undefined' && self,

import './init';
import {default as Log} from './lib/log';

@@ -23,3 +24,2 @@ export {VERSION} from './utils/globals';

// DEFAULT EXPORT IS A LOG INSTANCE
import {default as Log} from './lib/log';
export default new Log({id: 'probe.gl'});

@@ -26,0 +26,0 @@

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