@nasriya/overwatch
Advanced tools
@@ -42,2 +42,6 @@ "use strict"; | ||
| } | ||
| if (error.code === 'EPERM') { | ||
| console.warn(`[VOM] Skipping stat for "${filePath}" due to EPERM (permission denied).`); | ||
| continue; | ||
| } | ||
| throw error; | ||
@@ -64,2 +68,6 @@ } | ||
| } | ||
| if (error.code === 'EPERM') { | ||
| console.warn(`[VOM] Skipping stat for "${folderPath}" due to EPERM (permission denied).`); | ||
| continue; | ||
| } | ||
| throw error; | ||
@@ -66,0 +74,0 @@ } |
@@ -37,2 +37,6 @@ import fs from 'fs'; | ||
| } | ||
| if (error.code === 'EPERM') { | ||
| console.warn(`[VOM] Skipping stat for "${filePath}" due to EPERM (permission denied).`); | ||
| continue; | ||
| } | ||
| throw error; | ||
@@ -59,2 +63,6 @@ } | ||
| } | ||
| if (error.code === 'EPERM') { | ||
| console.warn(`[VOM] Skipping stat for "${folderPath}" due to EPERM (permission denied).`); | ||
| continue; | ||
| } | ||
| throw error; | ||
@@ -61,0 +69,0 @@ } |
+1
-1
| { | ||
| "name": "@nasriya/overwatch", | ||
| "version": "1.1.3", | ||
| "version": "1.1.4", | ||
| "description": "A high-performance, dependency-free file system watcher that monitors file and directory changes efficiently across platforms.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
118878
0.75%2568
0.63%