Comparing version 0.0.5 to 0.0.6
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 |
@@ -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": { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
0
0
80443
57
1178