1.3.0 • Published 3 years ago

dependency-downgrader v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

dependency-downgrader

Zero dependency dependency date checker and downgrade script generator.

Usage

npm install dependency-downgrader

# Process direct dependencies
npx dependency-downgrader 2022-02-22 > result-direct.sh 2> log-direct.txt
sh result-direct.sh
npm audit

# Process all other dependencies too
PROCESS_FULL_GRAPH=1 npx dependency-downgrader 2022-02-22 > result-all.sh 2> log-all.txt
sh result-all.sh
npm audit

Feeling lucky?

npx -y dependency-downgrader 2022-02-22 | sh
PROCESS_FULL_GRAPH=1 npx -y dependency-downgrader 2022-02-22 | sh

Options

Environment variableDefaultDescription
IGNORE_CACHEundefinedForces npm info call
MAX_BUFFER_FOR_EXEC5 1024 1024Sets custom buffer length for exec
PARALLEL_LIMIT8Sets parallel dependecy resolving limit
PROCESS_FULL_GRAPHundefinedAdds full dependency graph analysis
USE_PARTIAL_VERSIONSundefinedAllows rc, beta, etc. versions
1.3.0

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago