New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@xyo-network/diviner-archivist-client

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xyo-network/diviner-archivist-client - npm Package Compare versions

Comparing version 0.23.0 to 0.24.0

import { IXyoMetaList } from '@xyo-network/meta-list';
export interface IXyoDivinerArchivistClient {
getIntersections(publicKeyA: string, publicKeyB: string, limit: number, cursor: string | undefined): Promise<IXyoMetaList<string>>;
getBlockBytesFromHash(hash: string): Promise<string>;
getBlockBytesFromHash(hash: string): Promise<string | undefined>;
}

@@ -6,0 +6,0 @@ export interface IXyoDivinerArchivistClientProvider {

@@ -8,3 +8,3 @@ "use strict";

* @Last modified by: ryanxyo
* @Last modified time: Monday, 28th January 2019 1:08:38 pm
* @Last modified time: Friday, 22nd February 2019 2:39:04 pm
* @License: All Rights Reserved

@@ -11,0 +11,0 @@ * @Copyright: Copyright XY | The Findables Company

{
"name": "@xyo-network/diviner-archivist-client",
"version": "0.23.0",
"version": "0.24.0",
"description": "Implements a client to communicate with an archivist via graphql",

@@ -10,3 +10,3 @@ "main": "dist/index.js",

"dependencies": {
"@xyo-network/meta-list": "^0.23.0"
"@xyo-network/meta-list": "^0.24.0"
},

@@ -22,3 +22,3 @@ "devDependencies": {

},
"gitHead": "451c89a026f13eed645b676f7073b3cffce955c5"
"gitHead": "629618ae9a38cc374b662561d1786827b618c2fd"
}

@@ -7,3 +7,3 @@ /*

* @Last modified by: ryanxyo
* @Last modified time: Monday, 28th January 2019 1:08:38 pm
* @Last modified time: Friday, 22nd February 2019 2:39:04 pm
* @License: All Rights Reserved

@@ -23,3 +23,3 @@ * @Copyright: Copyright XY | The Findables Company

getBlockBytesFromHash(hash: string): Promise<string>
getBlockBytesFromHash(hash: string): Promise<string | undefined>
}

@@ -26,0 +26,0 @@

Sorry, the diff of this file is not supported yet