| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -9,7 +9,7 @@ jobs: | |||
| 9 | 9 | steps: | |
| 10 | 10 | - uses: actions/checkout@v4 | |
| 11 | 11 | with: | |
| 12 | - ref: master | ||
| 12 | + ref: main | ||
| 13 | 13 | - uses: actions/setup-node@v4 | |
| 14 | 14 | with: | |
| 15 | 15 | node-version: current | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ name: Test | |||
| 2 | 2 | on: | |
| 3 | 3 | push: | |
| 4 | 4 | branches: | |
| 5 | - - master | ||
| 5 | + - main | ||
| 6 | 6 | pull_request: | |
| 7 | 7 | workflow_dispatch: | |
| 8 | 8 | jobs: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,7 +4,7 @@ bcrypt.js | |||
| 4 | 4 | Optimized bcrypt in JavaScript with zero dependencies, with TypeScript support. Compatible to the C++ | |
| 5 | 5 | [bcrypt](https://npmjs.org/package/bcrypt) binding on Node.js and also working in the browser. | |
| 6 | 6 | ||
| 7 | - [](https://github.com/dcodeIO/bcrypt.js/actions/workflows/test.yml) [](https://github.com/dcodeIO/bcrypt.js/actions/workflows/publish.yml) [](https://www.npmjs.com/package/bcryptjs) | ||
| 7 | + [](https://github.com/dcodeIO/bcrypt.js/actions/workflows/test.yml) [](https://github.com/dcodeIO/bcrypt.js/actions/workflows/publish.yml) [](https://www.npmjs.com/package/bcryptjs) | ||
| 8 | 8 | ||
| 9 | 9 | Security considerations | |
| 10 | 10 | ----------------------- | |
| Back | FazBrowse Home | New Git URL |
0 commit comments