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

aedes-persistence-level

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aedes-persistence-level

LevelDB persistence for Aedes

  • 8.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
57
decreased by-48.18%
Maintainers
4
Weekly downloads
 
Created
Source

aedes-persistence-level

.github/workflows/ci.yml

Aedes persistence, backed by levelup.

See aedes-persistence for the full API, and Aedes for usage.

Install

npm i aedes aedes-persistence-level level --save

API

aedesPersistencelevel(db)

Creates a new instance of aedes-persistence-level. The first parameter is an instance of levelup.

Example:

const { Level } = require('level') // Level >= 8.0.0 is required 
const aedesPersistencelevel = require('aedes-persistence-level')

// instantiate a persistence instance
aedesPersistencelevel(new Level('./mydb'))

License

MIT

Keywords

FAQs

Package last updated on 04 May 2022

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

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