Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@nasriya/overwatch

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nasriya/overwatch - npm Package Compare versions

Comparing version
1.1.3
to
1.1.4
+8
-0
dist/cjs/vom/snapshot.js

@@ -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": [