Socket
Socket
Sign inDemoInstall

more-node-fs

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

more-node-fs - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

dist/index.js

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

if (!fs_1.default.existsSync(path) || !passesRegex(path, options))
return;
return (function* () { })();
if (options.search === 'dfs')

@@ -225,0 +225,0 @@ return iterativeDFS(path, options);

{
"name": "more-node-fs",
"version": "1.2.0",
"version": "1.2.1",
"description": "A utility which adds some more File System functions for Node.",

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

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