Socket
Socket
Sign inDemoInstall

memfs

Package Overview
Dependencies
2
Maintainers
1
Versions
146
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.5.0 to 2.5.3

22

package.json
{
"name": "memfs",
"version": "2.5.0",
"version": "2.5.3",
"description": "In-memory file-system with Node's fs API.",
"main": "lib/index.js",
"keywords": [
"fs", "filesystem", "fs.js", "memory-fs", "memfs",
"file", "file system", "mount", "memory", "in-memory",
"virtual", "test", "testing", "mock"
"fs",
"filesystem",
"fs.js",
"memory-fs",
"memfs",
"file",
"file system",
"mount",
"memory",
"in-memory",
"virtual",
"test",
"testing",
"mock"
],

@@ -17,4 +28,3 @@ "repository": {

"fast-extend": "0.0.2",
"fs-monkey": "^0.1.3",
"unixify": "^1.0.0"
"fs-monkey": "^0.2.1"
},

@@ -21,0 +31,0 @@ "devDependencies": {

@@ -201,2 +201,4 @@ # memfs 2.0

**Note:** JSON contains only files, empty folders will be absent.
###### `vol.reset()`

@@ -203,0 +205,0 @@

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc