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

probe.gl

Package Overview
Dependencies
Maintainers
1
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 0.0.5 to 0.0.6

bench.js

6

CHANGELOG.md
CHANGELOG
v0.0.5 (TBD)
v0.0.6
- Fix triple exports
v0.0.5
- Split into three exports (import 'probe.gl', import 'probe.gl/bench', import 'probe.gl/test')
- New `NodeTestDriver` class
- {color: ...} option for Node.js
v0.0.4

@@ -8,0 +12,0 @@ - Markdown report option

2

dist-es6/utils/globals.js

@@ -1,1 +0,1 @@

const isBrowser='object'!=typeof process||'[object process]'!==process+''||process.browser,window_='undefined'==typeof window?global:window,document_='undefined'==typeof document?{}:document,global_='undefined'==typeof global?window:global,process_='object'==typeof process?process:{},VERSION='0.0.5';export{window_ as window,document_ as document,global_ as global,process_ as process,console,isBrowser,VERSION};
const isBrowser='object'!=typeof process||'[object process]'!==process+''||process.browser,window_='undefined'==typeof window?global:window,document_='undefined'==typeof document?{}:document,global_='undefined'==typeof global?window:global,process_='object'==typeof process?process:{},VERSION='0.0.6';export{window_ as window,document_ as document,global_ as global,process_ as process,console,isBrowser,VERSION};

@@ -1,1 +0,1 @@

'use strict';Object.defineProperty(exports,'__esModule',{value:!0});const isBrowser='object'!=typeof process||'[object process]'!==process+''||process.browser,window_='undefined'==typeof window?global:window,document_='undefined'==typeof document?{}:document,global_='undefined'==typeof global?window:global,process_='object'==typeof process?process:{},VERSION='0.0.5';exports.window=window_,exports.document=document_,exports.global=global_,exports.process=process_,exports.console=console,exports.isBrowser=isBrowser,exports.VERSION=VERSION;
'use strict';Object.defineProperty(exports,'__esModule',{value:!0});const isBrowser='object'!=typeof process||'[object process]'!==process+''||process.browser,window_='undefined'==typeof window?global:window,document_='undefined'==typeof document?{}:document,global_='undefined'==typeof global?window:global,process_='object'==typeof process?process:{},VERSION='0.0.6';exports.window=window_,exports.document=document_,exports.global=global_,exports.process=process_,exports.console=console,exports.isBrowser=isBrowser,exports.VERSION=VERSION;

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

"license": "MIT",
"version": "0.0.5",
"version": "0.0.6",
"keywords": [

@@ -23,4 +23,4 @@ "javascript",

"src",
"bench",
"test"
"bench.js",
"test.js"
],

@@ -27,0 +27,0 @@ "scripts": {

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