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

memfs

Package Overview
Dependencies
Maintainers
1
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

memfs - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

2

package.json
{
"name": "memfs",
"version": "2.0.7",
"version": "2.0.8",
"description": "In-memory file-system with Node's fs API.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -1,9 +0,13 @@

# memfs 2.0
# memfs 2.0 [![][npm-img]][npm-url]
In-memory file-system with [Node's `fs` API](https://nodejs.org/api/fs.html).
[![][npm-img]][npm-url]
Install:
npm install --save memfs
$ npm install --save memfs
or
$ yarn add memfs
- 100% of Node's `fs` API implemented, see *API Status*

@@ -10,0 +14,0 @@ - Stores files in memory, in `Buffer`s

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