deno/cli/npm
Bartek Iwańczuk 89c5aa8598
fix(lock): Additive lock file (#16500)
This commit changes lockfile to be "additive" - ie. integrity check only fails if
file/package is already specified in the lockfile, but its integrity doesn't match.

If file/package is not present in the lockfile, it will be added to the lockfile and
the lockfile will be written to disk.
2022-11-01 00:07:36 +01:00
..
resolvers feat: support npm specifiers in deno info for display text output only (#16470) 2022-10-28 16:19:55 -04:00
semver feat(unstable/npm): support providing npm dist-tag in npm package specifier (#16293) 2022-10-17 09:16:19 -04:00
cache.rs feat(unstable/npm): initial type checking of npm specifiers (#16332) 2022-10-21 15:20:18 +00:00
mod.rs fix(lock): Additive lock file (#16500) 2022-11-01 00:07:36 +01:00
registry.rs feat(npm): functionality to support child_process.fork (#15891) 2022-09-28 13:04:16 -04:00
resolution.rs feat: support npm specifiers in deno info for display text output only (#16470) 2022-10-28 16:19:55 -04:00
tarball.rs fix(npm): better node version and version requirement compatibility (#15714) 2022-09-01 11:50:12 -04:00