Socket
Socket
Sign inDemoInstall

@jsenv/filesystem

Package Overview
Dependencies
Maintainers
2
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsenv/filesystem - npm Package Compare versions

Comparing version 3.2.1 to 3.2.2

2

package.json
{
"name": "@jsenv/filesystem",
"version": "3.2.1",
"version": "3.2.2",
"description": "Collection of functions to interact with filesystem in Node.js",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -248,3 +248,3 @@ import { readdirSync, statSync } from "node:fs"

const childEntryInfo = readEntryInfo(childEntryUrl)
if (childEntryInfo) {
if (childEntryInfo && childEntryInfo.patternValue) {
handleEntryFound(childEntryInfo, { notify })

@@ -306,3 +306,3 @@ }

const entryInfo = readEntryInfo(entryUrl)
if (entryInfo) {
if (entryInfo && entryInfo.patternValue) {
handleEntryFound(entryInfo, {

@@ -309,0 +309,0 @@ notify: notifyExistent,

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