New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

storage-core

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

storage-core

Local storage implementation and storage interfaces

latest
Source
npmnpm
Version
0.7.2
Version published
Maintainers
1
Created
Source

Storage Core

In many applications the ability dynamically change storage is a must. This package provides an class for Storage and implements a basic local storage class.

Built with extensibility in mind, you can also implement your owner storage mount. You need to implement Storage from storage-core

List of currently supported storage options:

  • Local
  • AWS S3
  • Azure Blob
  • Google Cloud Bucket

If you have created a storage that implements the Storage class. Please share it on the GitHub repository to have it added to this list.

Usage samples can be found on the repository here.

Keywords

node

FAQs

Package last updated on 04 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts