Skip to content

Commit

Permalink
add case study
Browse files Browse the repository at this point in the history
  • Loading branch information
fukaoi committed Sep 10, 2019
1 parent 0a761b5 commit f35da00
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,15 +391,17 @@ To see exported the code, **/tmp/raw_js/**
└── ff4d0b01de3d93d612bb5a09ed381711.js
```




#### Safety

Scan for vulnerabilities when build project. If be found vulnerabilities, build is supposed to fail.this logic execute `npm audit` command in Makefile.execute `npm audit --fix` command and build continue

use `make audit`, export raw JS to /tmp/raw_js/ and do static analysis with eslint-plugin-security

## Case study

* [crystal-ripple-sdk](https://github.com/fukaoi/crystal-ripple-sdk) ... crystal client sdk for ripple in cryptocurrency
* [crystal-ethereum-sdk](https://github.com/fukaoi/crystal-ethereum-sdk) ... crystal client sdk for ethereum in cryptocurrency


## Contributing

Expand Down

0 comments on commit f35da00

Please sign in to comment.