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

@xyo-network/archivist-repository

Package Overview
Dependencies
Maintainers
6
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xyo-network/archivist-repository - npm Package Compare versions

Comparing version 0.49.0 to 0.50.0

tsconfig.tsbuildinfo

4

dist/@types/index.d.ts
import { IXyoPublicKey } from '@xyo-network/signing';
import { IXyoOriginBlockRepository } from '@xyo-network/origin-block-repository';
import { IXyoBoundWitness } from '@xyo-network/bound-witness';
import { IXyoConfig } from '@xyo-network/base';
/**

@@ -59,2 +60,5 @@ * A persistance abstraction for an XyoArchivist. This interface powers

}
export interface IArchivistRepositoryConfig extends IXyoConfig {
platform: string;
}
//# sourceMappingURL=index.d.ts.map

2

dist/index.d.ts

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

export { IXyoArchivistRepository, IXyoEntitiesList, IXyoEntity, IXyoEntityType, IXyoOriginBlockResult, IXyoOriginBlocksByPublicKeyResult, IXyoIntersectionsList } from './@types';
export { IXyoArchivistRepository, IXyoEntitiesList, IXyoEntity, IXyoEntityType, IXyoOriginBlockResult, IXyoOriginBlocksByPublicKeyResult, IXyoIntersectionsList, IArchivistRepositoryConfig } from './@types';
//# sourceMappingURL=index.d.ts.map
{
"name": "@xyo-network/archivist-repository",
"version": "0.49.0",
"version": "0.50.0",
"description": "A data-layer abstraction for archivist responsibilities",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Ryan Pillsbury",
"author": "XY Development Team",
"license": "MIT",
"dependencies": {
"@xyo-network/bound-witness": "^0.49.0",
"@xyo-network/hashing": "^0.49.0",
"@xyo-network/origin-block-repository": "^0.49.0",
"@xyo-network/signing": "^0.49.0"
"@xyo-network/base": "^0.50.0",
"@xyo-network/bound-witness": "^0.50.0",
"@xyo-network/hashing": "^0.50.0",
"@xyo-network/origin-block-repository": "^0.50.0",
"@xyo-network/signing": "^0.50.0"
},
"devDependencies": {
"@types/jest": "^23.3.1",
"@types/node": "^10.7.1",
"jest": "^23.6.0",
"ts-jest": "^23.10.5",
"ts-node": "^7.0.1",
"@types/jest": "^24.0.11",
"@types/node": "^11.12.1",
"jest": "^24.5.0",
"ts-jest": "^24.0.0",
"ts-node": "^8.0.3",
"tslint": "^5.12.1",
"typescript": "^3.2.2"
},
"gitHead": "26c39a1d81b48c23a547e3d9e63723db3e403d53"
"gitHead": "0853cd2821a2cb4ae7de42d06b9c716173fd792c"
}

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

[logo]: https://www.xy.company/img/home/logo_xy.png
[logo]: https://cdn.xy.company/img/brand/XY_Logo_GitHub.png
![logo]

@@ -4,0 +5,0 @@

@@ -15,2 +15,3 @@ /*

import { IXyoBoundWitness } from '@xyo-network/bound-witness'
import { IXyoConfig } from '@xyo-network/base'

@@ -87,1 +88,5 @@ /**

}
export interface IArchivistRepositoryConfig extends IXyoConfig {
platform: string /* mysql, level, neo4j, etc... */
}

@@ -19,3 +19,4 @@ /*

IXyoOriginBlocksByPublicKeyResult,
IXyoIntersectionsList
IXyoIntersectionsList,
IArchivistRepositoryConfig
} from './@types'

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