Socket
Socket
Sign inDemoInstall

@worldsibu/convector-core-storage

Package Overview
Dependencies
Maintainers
1
Versions
187
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@worldsibu/convector-core-storage - npm Package Compare versions

Comparing version 1.2.1-0-alpha.38c096fa to 1.2.1-0-alpha.3fab4fce

6

dist/src/base-storage.d.ts
export declare abstract class BaseStorage {
static current: BaseStorage;
abstract get(id: string): Promise<any>;
abstract set(id: string, content: any): any;
abstract delete(id: string): any;
abstract get(id: string, storageOptions?: any): Promise<any>;
abstract set(id: string, content: any, storageOptions?: any): any;
abstract delete(id: string, storageOptions?: any): any;
abstract query(...args: any[]): Promise<any[]>;
abstract history(id: string): Promise<any[]>;
}
{
"name": "@worldsibu/convector-core-storage",
"version": "1.2.1-0-alpha.38c096fa",
"version": "1.2.1-0-alpha.3fab4fce",
"description": "Convector Core Storage class. This is not intended to be used as a provider but as an abstract interface of one",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/hyperledger-labs/convector/tree/develop/%40worldsibu/convector-core-storage"
},
"homepage": "https://worldsibu.tech/convector/convector-smart-contracts/",
"main": "./dist/src/index.js",

@@ -25,3 +30,3 @@ "typings": "./dist/src/index.d.ts",

"dependencies": {
"@worldsibu/convector-core-errors": "1.2.1-0-alpha.38c096fa",
"@worldsibu/convector-core-errors": "1.2.1-0-alpha.3fab4fce",
"tslib": "^1.9.0"

@@ -28,0 +33,0 @@ },

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