@probe.gl/env
Advanced tools
Comparing version 4.0.0-alpha.1 to 4.0.0
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
export declare const global: typeof globalThis; | ||
@@ -6,5 +5,5 @@ export declare const self: typeof globalThis; | ||
export declare const document: Document; | ||
export declare const process: NodeJS.Process; | ||
export declare const process: {}; | ||
export declare const console: Console; | ||
export declare const navigator: Navigator; | ||
//# sourceMappingURL=globals.d.ts.map |
@@ -6,3 +6,3 @@ { | ||
"type": "module", | ||
"version": "4.0.0-alpha.1", | ||
"version": "4.0.0", | ||
"keywords": [ | ||
@@ -39,3 +39,3 @@ "javascript", | ||
}, | ||
"gitHead": "b0ccf490575a284b75b761408e047cdda591f96a" | ||
"gitHead": "691bfc682941f6ef68960ede7b711d014d74bb85" | ||
} |
@@ -8,4 +8,4 @@ export const global = globalThis; | ||
export const document = globalThis.document || ({} as Document); | ||
export const process = globalThis.process || ({} as NodeJS.Process); | ||
export const process = globalThis.process || {}; | ||
export const console = globalThis.console; | ||
export const navigator = globalThis.navigator || ({} as Navigator); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
0
28535
353