-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added version number of npm to the open source libraries/tools license information. This is done by reading the stdout of npm cli process, so the feature will be unavailable when using other package managers (pnpm, for example) - Refactored the construction of map for open source libraries/tools license information into helper function getLibraries() - Added new configuration "cliProcessTimeout", used as timeout for cli processes (like git, npm) that are spawned synchronously - Added missing line break of logging message - Removed unnecessary "return" from the last statement in arrow function body - Removed unnecessary env option when spawning new child processes, as process.env is the default - Disallow 0 as value for all timeout configurations - Bumped version to 2.3.0-alpha1
- Loading branch information
1 parent
2e09695
commit 47e48a6
Showing
3 changed files
with
58 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters