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

daf-core

Package Overview
Dependencies
Maintainers
6
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 5.6.5 to 5.6.6

8

CHANGELOG.md

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

## [5.6.6](https://github.com/uport-project/daf/compare/v5.6.5...v5.6.6) (2020-05-26)
**Note:** Version bump only for package daf-core
## [5.6.5](https://github.com/uport-project/daf/compare/v5.6.4...v5.6.5) (2020-05-25)

@@ -8,0 +16,0 @@

4

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

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

"keywords": [],
"gitHead": "68ef8acad0a0536def8e3c6ff9ff713cfb9860f3"
"gitHead": "d82de5495f89ea220c3c981c3702d5861b8f0fba"
}

@@ -162,4 +162,4 @@ import { createConnection, Connection, In, Raw } from 'typeorm'

const presentations = await Presentation.find({
relations: ["audience"],
where: Raw((alias) => `audience.did = "did:test:333"`)
relations: ['audience'],
where: Raw(alias => `audience.did = "did:test:333"`),
})

@@ -166,0 +166,0 @@

@@ -161,3 +161,2 @@ import { createConnection, Connection, In } from 'typeorm'

expect(presentations.length).toBe(0)
})

@@ -164,0 +163,0 @@

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