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

@xyo-network/storage

Package Overview
Dependencies
Maintainers
4
Versions
549
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xyo-network/storage - npm Package Compare versions

Comparing version 0.8.0 to 0.8.4

2

dist/index.d.ts

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

export { IXyoIterableStorageProvider, IXyoStorageProvider } from './@types';
export { IXyoIterableStorageProvider, IXyoStorageProvider, IXyoStorageIterationResult, IXyoBufferKeyValuePair } from './@types';
export { XyoInMemoryStorageProvider } from './xyo-in-memory-storage-provider';

@@ -3,0 +3,0 @@ export { XyoLocalFileStorageProvider } from './xyo-local-file-storage-provider';

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

* @Last modified by: ryanxyo
* @Last modified time: Tuesday, 11th December 2018 9:56:20 am
* @Last modified time: Thursday, 13th December 2018 9:37:51 am
* @License: All Rights Reserved

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

{
"name": "@xyo-network/storage",
"version": "0.8.0",
"version": "0.8.4",
"description": "An abstraction for persistence of key value pairs in the XYO Network",

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

},
"gitHead": "7367c87d96afe3ecec362c40290e4e719b5415df"
"gitHead": "fb934c9a353d6b1d81823cee1b7120ecd29168cc"
}

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

* @Last modified by: ryanxyo
* @Last modified time: Tuesday, 11th December 2018 9:56:20 am
* @Last modified time: Thursday, 13th December 2018 9:37:51 am
* @License: All Rights Reserved

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

IXyoIterableStorageProvider,
IXyoStorageProvider
IXyoStorageProvider,
IXyoStorageIterationResult,
IXyoBufferKeyValuePair
} from './@types'

@@ -18,0 +20,0 @@

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