Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mem-fs-editor

Package Overview
Dependencies
Maintainers
2
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mem-fs-editor - npm Package Compare versions

Comparing version 10.0.1 to 10.0.2

2

dist/actions/dump.js

@@ -9,3 +9,3 @@ import path from 'path';

? (file) => defaultDumpFilter(file) && minimatch(file.path, filter)
: defaultDumpFilter;
: filter ?? defaultDumpFilter;
return Object.fromEntries(this.store

@@ -12,0 +12,0 @@ .all()

{
"name": "mem-fs-editor",
"version": "10.0.1",
"version": "10.0.2",
"description": "File edition helpers working on top of mem-fs",

@@ -64,4 +64,4 @@ "type": "module",

"engines": {
"node": ">=12.10.0"
"node": ">=16.13.0"
}
}
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