Skip to content
Discussion options

You must be logged in to vote

Thanks for the report! This is now fixed in v2.34.0.

Fallow now reads dependency package.json bin fields from node_modules/ and builds a reverse map (binary name → package name). So attw correctly resolves to @arethetypeswrong/cli, and the false positive is gone.

Handles both bin forms:

  • Object: "bin": { "attw": "./bin/cli.js" } → keys are binary names
  • String: "bin": "./cli.js" → binary name derived from package name

Also probes workspace-level node_modules/ for non-hoisted setups (pnpm strict, Yarn workspaces).

Upgrade: npm install -D fallow@latest or download from the release page.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by BartWaardenburg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants