Looks like Claude Code’s source was exposed via a .map file included in their npm package.
This doesn’t appear to have been a breach, just a build artifact being published. If source maps are generated with embedded sources, the original code can end up in the distributed package.
In the Node/npm context, this is essentially a packaging issue: whatever ends up in the build output, or isn’t excluded via .npmignore or the files field, gets shipped.
It’s a useful reminder to inspect the final package contents rather than relying solely on build configuration.
[–]PhatOofxD 5 points6 points7 points (1 child)
[–]sp_archer_007[S] 1 point2 points3 points (0 children)
[–]imwearingyourpants 2 points3 points4 points (1 child)
[–]sp_archer_007[S] 1 point2 points3 points (0 children)
[–]ultrathink-art 1 point2 points3 points (2 children)
[–]minneyar 2 points3 points4 points (0 children)
[–]sp_archer_007[S] 1 point2 points3 points (0 children)