Socket
Socket
Sign inDemoInstall

memfs

Package Overview
Dependencies
Maintainers
1
Versions
152
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 0.0.12 to 0.0.13

4

index.js

@@ -14,4 +14,6 @@ /// <reference path="typings/tsd.d.ts" />

*/
var process = require('process');
if (typeof window === 'object')
window.process = process;
var path = require('path');
var process = require('process');
var time = new Date;

@@ -18,0 +20,0 @@ var memfs;

{
"name": "memfs",
"version": "0.0.12",
"version": "0.0.13",
"description": "In-memory file-system with node.js `fs` API",

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

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