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

daf-core

Package Overview
Dependencies
Maintainers
8
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

daf-core - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

1

build/identity-manager.d.ts

@@ -11,2 +11,3 @@ export interface EcdsaSignature {

signer: Signer;
ethereumAddress?: string;
}

@@ -13,0 +14,0 @@ export interface IdentityController {

@@ -15,2 +15,3 @@ export interface ServiceMetaData {

time?: string;
tag?: string;
raw: string;

@@ -17,0 +18,0 @@ verified?: any;

@@ -6,2 +6,18 @@ # Change Log

# [0.7.0](https://github.com/uport-project/daf/compare/v0.6.1...v0.7.0) (2019-11-29)
### Bug Fixes
* Express example ([1c33310](https://github.com/uport-project/daf/commit/1c333108accc7feaaaba5a7864db12efac626881))
### Features
* Selective Disclosure Request ([9afe0c5](https://github.com/uport-project/daf/commit/9afe0c5a2fae7e3f778fe99ff4f88f44f61d3b94))
# [0.6.0](https://github.com/uport-project/daf/compare/v0.5.2...v0.6.0) (2019-11-27)

@@ -8,0 +24,0 @@

4

package.json
{
"name": "daf-core",
"description": "DID Agent Framework Core",
"version": "0.6.0",
"version": "0.7.0",
"main": "build/index.js",

@@ -31,3 +31,3 @@ "types": "build/index.d.ts",

"keywords": [],
"gitHead": "12f811511d19328edf219979729d68cb3de25556"
"gitHead": "04b71a9befac9a79c02cf725b7a7959fcc90a406"
}

@@ -14,2 +14,3 @@ export interface EcdsaSignature {

signer: Signer
ethereumAddress?: string
}

@@ -72,5 +73,3 @@

listTypes(): string[] {
return this.identityControllers.map(
identityController => identityController.type,
)
return this.identityControllers.map(identityController => identityController.type)
}

@@ -77,0 +76,0 @@

@@ -17,2 +17,3 @@ export interface ServiceMetaData {

time?: string
tag?: string
raw: string

@@ -19,0 +20,0 @@ verified?: any

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