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

@xyo-network/storage

Package Overview
Dependencies
Maintainers
5
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.23.0 to 0.24.0

1

dist/@types/index.d.ts

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

/// <reference types="node" />
import { XyoError } from "@xyo-network/errors";

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

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

/// <reference types="node" />
import { IXyoStorageProvider } from './@types';

@@ -3,0 +2,0 @@ import { XyoError } from '@xyo-network/errors';

4

dist/xyo-in-memory-storage-provider.js

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

* @Last modified by: ryanxyo
* @Last modified time: Tuesday, 11th December 2018 9:57:22 am
* @Last modified time: Friday, 22nd February 2019 2:18:02 pm
* @License: All Rights Reserved

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

if (!result) {
throw new Error('Key does not exist');
return undefined;
}

@@ -56,0 +56,0 @@ return result;

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

/// <reference types="node" />
import { IXyoStorageProvider } from "./@types";

@@ -3,0 +2,0 @@ import { XyoError } from "@xyo-network/errors";

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

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

"dependencies": {
"@xyo-network/base": "^0.23.0",
"@xyo-network/errors": "^0.23.0"
"@xyo-network/base": "^0.24.0",
"@xyo-network/errors": "^0.24.0"
},

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

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

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

* @Last modified by: ryanxyo
* @Last modified time: Tuesday, 11th December 2018 9:57:22 am
* @Last modified time: Friday, 22nd February 2019 2:18:02 pm
* @License: All Rights Reserved

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

if (!result) {
throw new Error('Key does not exist')
return undefined
}

@@ -51,0 +51,0 @@

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