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 4.11.1 to 4.11.2

1

lib/Dirent.d.ts

@@ -11,2 +11,3 @@ import { Link } from './node';

path: string;
parentPath: string;
private mode;

@@ -13,0 +14,0 @@ private _checkModeProperty;

@@ -14,2 +14,3 @@ "use strict";

this.path = '';
this.parentPath = '';
this.mode = 0;

@@ -23,2 +24,3 @@ }

dirent.path = link.getParentPath();
dirent.parentPath = dirent.path;
return dirent;

@@ -25,0 +27,0 @@ }

2

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

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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