retire 3.1.2 → 3.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/README.md +1 -1
- package/bin/retire +1 -1
- package/lib/retire.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -30,7 +30,7 @@ Options:
|
|
|
30
30
|
--jsrepo <path|url> Local or internal version of repo
|
|
31
31
|
--noderepo <path|url> Local or internal version of repo
|
|
32
32
|
--cachedir <path> Path to use for local cache instead of /tmp/.retire-cache
|
|
33
|
-
--proxy <url> Proxy url (http://some.
|
|
33
|
+
--proxy <url> Proxy url (http://some.host:8080)
|
|
34
34
|
--outputformat <format> Valid formats: text, json, jsonsimple, depcheck (experimental), cyclonedx and cyclonedxJSON
|
|
35
35
|
--outputpath <path> File to which output should be written
|
|
36
36
|
--ignore <paths> Comma delimited list of paths to ignore
|
package/bin/retire
CHANGED
|
@@ -51,7 +51,7 @@ program
|
|
|
51
51
|
.option('--jsrepo <path|url>', 'Local or internal version of repo')
|
|
52
52
|
.option('--noderepo <path|url>', 'Local or internal version of repo')
|
|
53
53
|
.option('--cachedir <path>', 'Path to use for local cache instead of /tmp/.retire-cache')
|
|
54
|
-
.option('--proxy <url>', 'Proxy url (http://some.
|
|
54
|
+
.option('--proxy <url>', 'Proxy url (http://some.host:8080)')
|
|
55
55
|
.option('--outputformat <format>', 'Valid formats: text, json, jsonsimple, depcheck (experimental), cyclonedx and cyclonedxJSON')
|
|
56
56
|
.option('--outputpath <path>', 'File to which output should be written')
|
|
57
57
|
.option('--ignore <paths>', 'Comma delimited list of paths to ignore')
|
package/lib/retire.js
CHANGED
package/package.json
CHANGED