Gathering detailed insights and metrics for watch-dependency-graph
Gathering detailed insights and metrics for watch-dependency-graph
Gathering detailed insights and metrics for watch-dependency-graph
Gathering detailed insights and metrics for watch-dependency-graph
A small Node.js file watcher for watching dependency trees
npm install watch-dependency-graph
Typescript
Module System
Node Version
NPM Version
TypeScript (96.69%)
JavaScript (2.82%)
Shell (0.49%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
6 Stars
80 Commits
2 Forks
1 Watchers
3 Branches
2 Contributors
Updated on Sep 24, 2022
Latest Version
3.0.1
Package Id
watch-dependency-graph@3.0.1
Unpacked Size
181.62 kB
Size
62.97 kB
File Count
17
NPM Version
6.14.15
Node Version
14.18.2
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
A small Node.js file watcher that watches dependency trees instead of globs or directories.
1import { create } from 'watch-dependency-graph' 2 3const files = [path.resolve(__dirname, './my-file.js')] 4 5const watcher = create() 6 7watcher.on('change', (files) => {}) // string[] 8watcher.on('remove', (files) => {}) // string[] 9watcher.on('error', (error) => {}) // string[] 10 11watcher.add(files) // string or string[], must be absolute 12watcher.remove(files) // string or string[], must be absolute 13 14const removeListener = watcher.on('change', (files) => {}) 15removeListener()
MIT License © Sure Thing
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/16 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
24 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-30
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More