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 2.5.5 to 2.5.6

src/__tests__/volume/__snapshots__/renameSync.test.ts.snap

2

lib/node.js

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

_this.perm = perm;
_this.mode |= perm;
_this.ino = ino;

@@ -144,2 +145,3 @@ return _this;

this.perm = perm;
this.mode |= perm;
this.touch();

@@ -146,0 +148,0 @@ };

4

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

@@ -45,3 +45,3 @@ "main": "lib/index.js",

"@types/node": "8.0.17",
"@types/jest": "^20.0.8"
"@types/jest": "^21.1.1"
},

@@ -48,0 +48,0 @@ "scripts": {

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

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