New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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-alpha2 to 0.0.6-alpha3

11

lib/resolver.d.ts

@@ -6,3 +6,11 @@ export interface DIDDocument {

authentication?: Authentication[];
uportProfile?: any;
service?: ServiceEndpoint[];
}
interface ServiceEndpoint {
id: string;
type: string;
serviceEndpoint: string;
description?: string;
}
interface PublicKey {

@@ -14,2 +22,5 @@ id: string;

publicKeyBase64?: string;
publicKeyBase58?: string;
publicKeyHex?: string;
publicKeyPem?: string;
}

@@ -16,0 +27,0 @@ interface Authentication {

2

package.json
{
"name": "did-resolver",
"version": "0.0.6-alpha2",
"version": "0.0.6-alpha3",
"description": "Resolve DID documents",

@@ -5,0 +5,0 @@ "main": "lib/resolver.js",

@@ -6,4 +6,13 @@ export interface DIDDocument {

authentication?: Authentication[]
uportProfile?: any
service?: ServiceEndpoint[]
}
interface ServiceEndpoint {
id: string
type: string
serviceEndpoint: string
description?: string
}
interface PublicKey {

@@ -15,2 +24,5 @@ id: string

publicKeyBase64?: string
publicKeyBase58?: string
publicKeyHex?: string
publicKeyPem?: string
}

@@ -17,0 +29,0 @@

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