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.0.3-0-alpha.098ed8b3 to 1.0.3-0-alpha.8f2191a3

3

dist/src/base-storage.d.ts
export declare abstract class BaseStorage {
/**
* Current storage implementation
*/
static current: BaseStorage;

@@ -6,0 +3,0 @@ abstract get(id: string): Promise<any>;

2

dist/src/base-storage.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var BaseStorage = /** @class */ (function () {
var BaseStorage = (function () {
function BaseStorage() {

@@ -5,0 +5,0 @@ }

{
"name": "@worldsibu/convector-core-storage",
"version": "1.0.3-0-alpha.098ed8b3",
"version": "1.0.3-0-alpha.8f2191a3",
"description": "Convector Core Storage class. This is not intended to be used as a provider but as an abstract interface of one",

@@ -18,10 +18,11 @@ "license": "ISC",

"predocs:generate": "npm run clean:docs",
"docs:generate": "typedoc src --out docs --target ES6 --excludePrivate",
"docs:generate": "typedoc src --mode file --out docs --target ES6 --excludePrivate",
"docs:serve": "http-server docs"
},
"dependencies": {
"@worldsibu/convector-core-errors": "^1.0.3-0-alpha.098ed8b3",
"@worldsibu/convector-core-errors": "^1.0.3-0-alpha.8f2191a3",
"tslib": "^1.9.0"
},
"devDependencies": {
"http-server": "^0.11.1",
"npm-scripts-watcher": "^1.0.2",

@@ -31,4 +32,5 @@ "rimraf": "^2.6.2",

"tslint": "^5.9.1",
"typedoc": "^0.11.1",
"typescript": "2.8.3"
}
}

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