New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

memfs

Package Overview
Dependencies
Maintainers
1
Versions
162
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.16.0 to 4.17.0

1

lib/node.d.ts

@@ -16,2 +16,3 @@ import { Volume } from './volume';

buf: Buffer;
rdev: number;
mode: number;

@@ -18,0 +19,0 @@ private _nlink;

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

this._ctime = new Date();
this.rdev = 0;
// Number of hard links pointing at this Node.

@@ -27,0 +28,0 @@ this._nlink = 1;

2

lib/Stats.js

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

stats.gid = getStatNumber(gid);
stats.rdev = getStatNumber(0);
stats.rdev = getStatNumber(node.rdev);
stats.blksize = getStatNumber(4096);

@@ -22,0 +22,0 @@ stats.ino = getStatNumber(node.ino);

{
"name": "memfs",
"version": "4.16.0",
"version": "4.17.0",
"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 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