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

@probe.gl/env

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@probe.gl/env - npm Package Compare versions

Comparing version 4.0.0-alpha.1 to 4.0.0

3

dist/lib/globals.d.ts

@@ -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

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