You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2025. It is now read-only.
Background
Subresource Integrity
for old days javascript.deno
support import map, and invent own lock file.node
not yet support import map.Feat
Now, there is ESM. I think there should have a concept update combine two, in flavor of each dependency manager reinvent different lock file.
Additional
As ESM system differ from legacy system, I think, should iter into the inner most dependency, and update field integrity or file flatly.
Related
nodejs/node#44830
Thoughts
.integrity
as a url. Maybe user can store their import map in their dotfile repo?.integrity
as anArray<Record<string,string>>
, and whenimportId
not uniq, throw error.Security
Maybe split integrity outside import map ?
Like golang
proxy.golang.org
andsum.golang.org
.The text was updated successfully, but these errors were encountered: