1
0
Fork 0
mirror of https://github.com/imjasonh/npm-snoop synced 2026-07-08 00:55:28 +00:00
Commit graph

1 commit

Author SHA1 Message Date
76af9702ce Add ast-diff CLI for diffing symbols between npm package versions
Uses tree-sitter to parse JS/TS files and extract top-level symbols
(functions, classes, variables, methods), then diffs them by content
hash to identify added/removed/modified symbols between two versions.
Intended to help correlate CVE fixes with specific changed functions.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 16:52:19 -04:00