Socket
Socket
Sign inDemoInstall

memfs

Package Overview
Dependencies
2
Maintainers
1
Versions
146
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.5.3 to 2.5.4

6

gulpfile.js

@@ -1,6 +0,6 @@

var gulp = require('gulp');
var ts = require('gulp-typescript');
const gulp = require('gulp');
const ts = require('gulp-typescript');
gulp.task('build-ts', function () {
gulp.task('build-ts', () => {
return gulp.src('src/**/*.ts')

@@ -7,0 +7,0 @@ .pipe(ts({

@@ -372,9 +372,2 @@ "use strict";

};
/**
* Global file descriptor counter. UNIX file descriptors start from 0 and go sequentially
* up, so here, in order not to conflict with them, we choose some big number and descrease
* the file descriptor of every new opened file.
* @type {number}
*/
File.fd = 0xFFFFFFFF;
return File;

@@ -381,0 +374,0 @@ }());

{
"name": "memfs",
"version": "2.5.3",
"version": "2.5.4",
"description": "In-memory file-system with Node's fs API.",

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

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

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