Socket
Socket
Sign inDemoInstall

memfs

Package Overview
Dependencies
0
Maintainers
1
Versions
145
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

2

index.js

@@ -186,3 +186,3 @@ /// <reference path="typings/tsd.d.ts" />

for (var relative in layer.files) {
var filepath = relative.replace('/', path.sep);
var filepath = relative.replace(/\//g, path.sep);
var fullpath = mountpoint + filepath;

@@ -189,0 +189,0 @@ this.addFile(fullpath, layer);

{
"name": "memfs",
"version": "0.0.2",
"version": "0.0.3",
"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