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

@xyo-network/about-diviner

Package Overview
Dependencies
Maintainers
5
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xyo-network/about-diviner - npm Package Compare versions

Comparing version 0.15.0 to 0.16.0

6

dist/@types/index.d.ts

@@ -7,9 +7,5 @@ import { IXyoSCSCDescription } from '@xyo-network/scsc';

address: string;
seeds: IXyoSeeds;
seeds: string[];
scsc: IXyoSCSCDescription;
}
export interface IXyoSeeds {
archivists: string[];
diviners: string[];
}
//# sourceMappingURL=index.d.ts.map

2

dist/@types/index.js

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

* @Last modified by: ryanxyo
* @Last modified time: Thursday, 20th December 2018 11:29:51 am
* @Last modified time: Monday, 28th January 2019 4:12:14 pm
* @License: All Rights Reserved

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

@@ -1,3 +0,3 @@

export { IXyoAboutDiviner, IXyoSeeds } from './@types';
export { IXyoAboutDiviner } from './@types';
export { XyoAboutDiviner } from './xyo-about-diviner';
//# sourceMappingURL=index.d.ts.map

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

* @Last modified by: ryanxyo
* @Last modified time: Thursday, 20th December 2018 11:40:18 am
* @Last modified time: Monday, 28th January 2019 4:12:20 pm
* @License: All Rights Reserved

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

@@ -1,2 +0,2 @@

import { IXyoAboutDiviner, IXyoSeeds } from './@types';
import { IXyoAboutDiviner } from './@types';
import { IXyoSCSCDescription } from '@xyo-network/scsc';

@@ -7,7 +7,7 @@ export declare class XyoAboutDiviner implements IXyoAboutDiviner {

readonly address: string;
readonly seeds: IXyoSeeds;
readonly seeds: string[];
readonly scsc: IXyoSCSCDescription;
readonly name = "Diviner";
constructor(version: string, url: string, address: string, seeds: IXyoSeeds, scsc: IXyoSCSCDescription);
constructor(version: string, url: string, address: string, seeds: string[], scsc: IXyoSCSCDescription);
}
//# sourceMappingURL=xyo-about-diviner.d.ts.map

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

* @Last modified by: ryanxyo
* @Last modified time: Thursday, 20th December 2018 11:30:21 am
* @Last modified time: Monday, 28th January 2019 4:12:27 pm
* @License: All Rights Reserved

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

{
"name": "@xyo-network/about-diviner",
"version": "0.15.0",
"version": "0.16.0",
"description": "The about description for a diviner",

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

"dependencies": {
"@xyo-network/scsc": "^0.15.0"
"@xyo-network/scsc": "^0.16.0"
},

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

},
"gitHead": "b3ed2343439cd9f24aece45479218c7ca24c34de"
"gitHead": "23add69391647d109c8e1e6bac03ed460c9bf7b4"
}

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

* @Last modified by: ryanxyo
* @Last modified time: Thursday, 20th December 2018 11:29:51 am
* @Last modified time: Monday, 28th January 2019 4:12:14 pm
* @License: All Rights Reserved

@@ -20,9 +20,4 @@ * @Copyright: Copyright XY | The Findables Company

address: string,
seeds: IXyoSeeds,
seeds: string[],
scsc: IXyoSCSCDescription
}
export interface IXyoSeeds {
archivists: string[]
diviners: string[]
}

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

* @Last modified by: ryanxyo
* @Last modified time: Thursday, 20th December 2018 11:40:18 am
* @Last modified time: Monday, 28th January 2019 4:12:20 pm
* @License: All Rights Reserved

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

export { IXyoAboutDiviner, IXyoSeeds } from './@types'
export { IXyoAboutDiviner } from './@types'
export { XyoAboutDiviner } from './xyo-about-diviner'

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

* @Last modified by: ryanxyo
* @Last modified time: Thursday, 20th December 2018 11:30:21 am
* @Last modified time: Monday, 28th January 2019 4:12:27 pm
* @License: All Rights Reserved

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

import { IXyoAboutDiviner, IXyoSeeds } from './@types'
import { IXyoAboutDiviner } from './@types'
import { IXyoSCSCDescription } from '@xyo-network/scsc'

@@ -25,5 +25,5 @@

public readonly address: string,
public readonly seeds: IXyoSeeds,
public readonly seeds: string[],
public readonly scsc: IXyoSCSCDescription
) {}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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