Skip to content

Can not run without package-lock.json #232

Closed Answered by jkowalleck
SandZn asked this question in Q&A
Discussion options

You must be logged in to vote

SBOM is about the components your software actually ships or bundles.
Without a lockfile or without installing, it is unclear which versions of unpinned(unlocked) dependencies are intended to be actually used. Unless NPM resolved your dependnecies it is unclear which versions were actually used.

I see your project being a library, rather than an ready-to-go application or a library with bundled dependencies. Your code has no real control over the actual components used on the end-user's side, right?
Then an SBOM might nor be a thing you would consider for your use case.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@SandZn
Comment options

@jkowalleck
Comment options

Answer selected by jkowalleck
Comment options

You must be logged in to vote
0 replies
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
Converted from issue

This discussion was converted from issue #196 on October 22, 2022 12:44.