@@ -263,9 +263,9 @@ config is given, this value will always be set to \`legacy\`.
263
263
* Type: null or Date
264
264
265
265
If passed to \`npm install\`, will rebuild the npm tree such that only
266
- versions that were available **on or before** the \`--before\` time get
267
- installed. If there's no versions available for the current set of direct
268
- dependencies, the command will error.
266
+ versions that were available **on or before** the given date are installed.
267
+ If there are no versions available for the current set of dependencies, the
268
+ command will error.
269
269
270
270
If the requested version is a \`dist-tag\` and the given tag does not pass the
271
271
\`--before\` filter, the most recent version less than or equal to that tag
@@ -3302,7 +3302,7 @@ Options:
3302
3302
[--global-style] [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]]
3303
3303
[--include <prod|dev|optional|peer> [--include <prod|dev|optional|peer> ...]]
3304
3304
[--strict-peer-deps] [--prefer-dedupe] [--no-package-lock] [--package-lock-only]
3305
- [--foreground-scripts] [--ignore-scripts] [--no-audit] [--before <before >]
3305
+ [--foreground-scripts] [--ignore-scripts] [--no-audit] [--before <date >]
3306
3306
[--no-bin-links] [--no-fund] [--dry-run] [--cpu <cpu>] [--os <os>]
3307
3307
[--libc <libc>]
3308
3308
[-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
@@ -3402,7 +3402,7 @@ Options:
3402
3402
[--global-style] [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]]
3403
3403
[--include <prod|dev|optional|peer> [--include <prod|dev|optional|peer> ...]]
3404
3404
[--strict-peer-deps] [--prefer-dedupe] [--no-package-lock] [--package-lock-only]
3405
- [--foreground-scripts] [--ignore-scripts] [--no-audit] [--before <before >]
3405
+ [--foreground-scripts] [--ignore-scripts] [--no-audit] [--before <date >]
3406
3406
[--no-bin-links] [--no-fund] [--dry-run] [--cpu <cpu>] [--os <os>]
3407
3407
[--libc <libc>]
3408
3408
[-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
@@ -3680,7 +3680,7 @@ npm outdated [<package-spec> ...]
3680
3680
Options:
3681
3681
[-a|--all] [--json] [-l|--long] [-p|--parseable] [-g|--global]
3682
3682
[-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
3683
- [--before <before >]
3683
+ [--before <date >]
3684
3684
3685
3685
Run "npm help outdated" for more info
3686
3686
@@ -4440,7 +4440,7 @@ Options:
4440
4440
[--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]]
4441
4441
[--include <prod|dev|optional|peer> [--include <prod|dev|optional|peer> ...]]
4442
4442
[--strict-peer-deps] [--no-package-lock] [--foreground-scripts]
4443
- [--ignore-scripts] [--no-audit] [--before <before >] [--no-bin-links] [--no-fund]
4443
+ [--ignore-scripts] [--no-audit] [--before <date >] [--no-bin-links] [--no-fund]
4444
4444
[--dry-run]
4445
4445
[-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
4446
4446
[--workspaces] [--include-workspace-root] [--install-links]
0 commit comments