did-resolver
Advanced tools
Comparing version 0.0.6-alpha4 to 0.0.6-alpha5
@@ -40,3 +40,3 @@ "use strict"; | ||
var REGISTRY; | ||
if (window) { | ||
if (typeof window === 'object') { | ||
globalObject = window; | ||
@@ -43,0 +43,0 @@ } |
{ | ||
"name": "did-resolver", | ||
"version": "0.0.6-alpha4", | ||
"version": "0.0.6-alpha5", | ||
"description": "Resolve DID documents", | ||
@@ -5,0 +5,0 @@ "main": "lib/resolver.js", |
@@ -54,3 +54,3 @@ export interface DIDDocument { | ||
if (window) { | ||
if (typeof window === 'object') { | ||
globalObject = window | ||
@@ -57,0 +57,0 @@ } else if (typeof global === 'object') { |
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
21342