7 Commits

Author SHA1 Message Date
Naoki Oketani
f45ed00267 style(format): format code with Prettier 2025-05-05 13:37:57 +00:00
Naoki Oketani
179abbdc1c fix: Update express and typescript in test data to fix vulnerabilities 2025-05-02 01:58:18 +00:00
Naoki Oketani
8ada989698 test: fix CVE-2022-24999 in testdata to avoid failure unit test 2022-12-10 22:07:37 +09:00
sgkiokas
c4cd169835 feat: add the ability to run with '--json' and output the result (#78)
* addition-of-json-flag

* Set output of npn audit
2020-12-12 20:56:05 +09:00
sgkiokas
42e6d27a29 feat: add the ability to run with '--production' (#75)
* feat: add the ability to run with '--production'

Adding the config options to run npm audit with the --production flag.

Contributes to: #74

Signed-off-by: Stelios Gkiokas <s_giokas@hotmail.com>

* fix: add tests

Adding the relevant tests for the new production flag.

Contributes to: #74

Signed-off-by: Stelios Gkiokas <s_giokas@hotmail.com>
2020-11-12 19:33:56 +09:00
Naoki Oketani
5209022168 support different working directory (#64)
* support different working directory

* validate working_directory
2020-05-23 15:59:51 +09:00
Naoki Oketani
3e659c8c99 use GitHub context to branch processing (#22) 2019-12-13 12:18:28 +09:00