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

@jsvfs/adapter-noop

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsvfs/adapter-noop

The default adapter for `@jsvfs/core`.

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

JSVFS Adapter: No-op

The default adapter for jsvfs. Useful for testing or for using jsvfs purely in-memory with no access to persistent storage.

If you're looking to use jsvfs, it's probably best to start with @jsvfs/core.

This module is the default noop backend for jsvfs and already imported if you have installed @jsvfs/core.

If you're looking to create new adapters, please use @jsvfs/types and look to @jsvfs/adapter-node-fs as an example.

Supported Features

  • Async commits: nope.
  • Pass-through reads: nada.
  • Snapshots: nay.
  • Flush: nein.
  • Journaling: 番号

😀 Because everything is a no-op!

Installation

Get it from npm:

npm install --save @jsvfs/adapter-noop

Documentation

Complete documentation of jsvfs can be found at the jsvfs site.

Keywords

FAQs

Package last updated on 15 Feb 2021

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