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

@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.16483a5b to 1.2.1-0-alpha.1fe2a2a2

11

dist/src/base-storage.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var g = global;
var BaseStorage = (function () {
function BaseStorage() {
}
Object.defineProperty(BaseStorage, "current", {
get: function () {
return g.ConvectorBaseStorageCurrent;
},
set: function (storage) {
g.ConvectorBaseStorageCurrent = storage;
},
enumerable: true,
configurable: true
});
return BaseStorage;

@@ -7,0 +18,0 @@ }());

4

package.json
{
"name": "@worldsibu/convector-core-storage",
"version": "1.2.1-0-alpha.16483a5b",
"version": "1.2.1-0-alpha.1fe2a2a2",
"description": "Convector Core Storage class. This is not intended to be used as a provider but as an abstract interface of one",

@@ -25,3 +25,3 @@ "license": "Apache-2.0",

"dependencies": {
"@worldsibu/convector-core-errors": "1.2.1-0-alpha.16483a5b",
"@worldsibu/convector-core-errors": "1.2.1-0-alpha.1fe2a2a2",
"tslib": "^1.9.0"

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

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