Socket
Socket
Sign inDemoInstall

memfs

Package Overview
Dependencies
Maintainers
1
Versions
152
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.11 to 2.1.0

lib/index.test.js

2

lib/constants.js

@@ -23,3 +23,3 @@ "use strict";

O_NOFOLLOW: 131072,
O_SYNC: 4096,
O_SYNC: 1052672,
O_DIRECT: 16384,

@@ -26,0 +26,0 @@ O_NONBLOCK: 2048,

{
"name": "memfs",
"version": "2.0.11",
"version": "2.1.0",
"description": "In-memory file-system with Node's fs API.",

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

@@ -1,3 +0,5 @@

# memfs 2.0 [![][npm-badge]][npm-url] [![][travis-badge]][travis-url]
# memfs 2.0
[![][npm-badge]][npm-url] [![][travis-badge]][travis-url]
In-memory file-system with [Node's `fs` API](https://nodejs.org/api/fs.html).

@@ -19,6 +21,2 @@

or
yarn add memfs
Usage:

@@ -25,0 +23,0 @@

Sorry, the diff of this file is too big to display

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