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

verdaccio-memory

Package Overview
Dependencies
Maintainers
3
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

verdaccio-memory

Storage implementation in memory

  • 10.3.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7.9K
increased by24.9%
Maintainers
3
Weekly downloads
 
Created
Source

verdaccio-memory

CircleCI codecov verdaccio (latest) Known Vulnerabilities backers discord MIT node

A memory based storage plugin.

 npm install --global verdaccio-memory

Requirements

verdaccio@3.0.0, verdaccio@4.x, verdaccio@5.x

npm install -g verdaccio

Complete configuration example:

store:
  memory:
    limit: 1000

in config.yaml

If store: is present storage: fallback is being ignored.

storage: /Users/user/.local/share/verdaccio/storage
auth:
  htpasswd:
    file: ./htpasswd
store:
  memory:
    limit: 1000

Disclaimer

This plugin should not be use for production environments. It might be useful for testing or such places as CI where data does not need to be persisted.

License

MIT

Keywords

FAQs

Package last updated on 29 Mar 2023

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