Socket
Socket
Sign inDemoInstall

rosmaro-in-memory-storage

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    rosmaro-in-memory-storage

In-memory storage for Rosmaro.


Version published
Maintainers
1
Install size
1.95 kB
Created

Readme

Source

In-memory storage for Rosmaro

This is an in-memory storage for Rosmaro. It's useful in situation where a Rosmaro model is used by only one process (like development environments or the browser).

Installation

$ npm i rosmaro-in-memory-storage --save

Building a storage

const make_storage = require('rosmaro-in-memory-storage')
const storage = make_storage()

Keywords

FAQs

Last updated on 17 Feb 2018

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc