Socket
Book a DemoInstallSign in
Socket

librarian-memory-data

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

librarian-memory-data

LibrarianJS in memory data plugin

latest
Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
1
-50%
Maintainers
1
Weekly downloads
 
Created
Source

Librarian In Memory Data

A Librarian data plugin that stores records in memory. For development and experimentation only. You shouldn't use this in production. Passes the data plugin test suite

Compatible with Librarian v2.0 and above.

Installation

npm install librarian-memory-data

Usage

var librarian = require('librarian')
var InMemoryData = require('librarian-memory-data')
var app = librarian({
    data: new InMemoryData
})
app.listen(8888)

FAQs

Package last updated on 23 Jan 2016

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