Comparing version 2.1.68 to 2.1.69
@@ -46,3 +46,3 @@ "use strict"; | ||
// noinspection JSUnresolvedVariable | ||
if (typeof process !== "undefined" && "pid" in process && typeof global !== "undefined") { | ||
if (typeof process !== "undefined" && "pid" in process && typeof global !== "undefined" && typeof window === "undefined") { | ||
// noinspection ES6ModulesDependencies, JSUnresolvedVariable | ||
@@ -49,0 +49,0 @@ if (typeof global[process.pid] === "undefined") { |
@@ -105,3 +105,3 @@ { | ||
"name": "pkijs", | ||
"version": "2.1.68", | ||
"version": "2.1.69", | ||
"license": "MIT", | ||
@@ -108,0 +108,0 @@ "esdoc": { |
@@ -17,3 +17,3 @@ import * as asn1js from "asn1js"; | ||
// noinspection JSUnresolvedVariable | ||
if((typeof process !== "undefined") && ("pid" in process) && (typeof global !== "undefined")) | ||
if((typeof process !== "undefined") && ("pid" in process) && (typeof global !== "undefined") && (typeof window === "undefined")) | ||
{ | ||
@@ -20,0 +20,0 @@ // noinspection ES6ModulesDependencies, JSUnresolvedVariable |
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
4112344