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

did-resolver

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

did-resolver - npm Package Compare versions

Comparing version 0.0.6-alpha4 to 0.0.6-alpha5

2

lib/resolver.js

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

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