1.3.0 • Published 2 years ago

dependency-downgrader v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago