Socket
Socket
Sign inDemoInstall

memfs

Package Overview
Dependencies
0
Maintainers
1
Versions
146
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.0.6

4

index.js

@@ -391,2 +391,6 @@ /// <reference path="typings/tsd.d.ts" />

Volume.prototype.existsSync = function (filename) {
// This will make `unionfs` to forward ask next file system for `existsSync`.
var fullpath = path.resolve(filename);
if (!this.getLayerContainingPath(fullpath))
throw ('Path not in mount point.');
try {

@@ -393,0 +397,0 @@ this.getNode(filename);

2

package.json
{
"name": "memfs",
"version": "0.0.5",
"version": "0.0.6",
"description": "In-memory file-system with node.js `fs` API",

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

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