forked from danielsogl/awesome-cordova-plugins
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'danielsogl:master' into master
- Loading branch information
Showing
18 changed files
with
5,752 additions
and
5,127 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,9 +11,9 @@ jobs: | |
node-version: [16.x] | ||
|
||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].7 | ||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,8 @@ jobs: | |
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].7 | ||
- uses: actions/[email protected].3 | ||
with: | ||
node-version: 16 | ||
- name: Install dependencies | ||
|
@@ -24,8 +24,8 @@ jobs: | |
needs: build | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].7 | ||
- uses: actions/[email protected].3 | ||
with: | ||
node-version: 16 | ||
registry-url: https://registry.npmjs.org/ | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# SSLCertificateChecker | ||
|
||
``` | ||
$ ionic cordova plugin add cordova-plugin-sslcertificatechecker | ||
$ npm install @awesome-cordova-plugins/ssl-certificate-checker | ||
``` | ||
|
||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/ssl-certificate-checker/) | ||
|
||
Plugin Repo: [https://github.com/EddyVerbruggen/SSLCertificateChecker-PhoneGap-Plugin](https://github.com/EddyVerbruggen/SSLCertificateChecker-PhoneGap-Plugin) | ||
|
||
Cordova plugin to check SSL certificates on Android and iOS. | ||
|
||
## Supported Platforms | ||
|
||
* Android | ||
* iOS |
17 changes: 17 additions & 0 deletions
17
docs/plugins/ssl-certificate-checker/ssl-certificate-checker.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# SSLCertificateChecker | ||
|
||
``` | ||
$ ionic cordova plugin add cordova-plugin-sslcertificatechecker | ||
$ npm install @awesome-cordova-plugins/ssl-certificate-checker | ||
``` | ||
|
||
## [Usage Documentation](https://github.com/EddyVerbruggen/SSLCertificateChecker-PhoneGap-Plugin/) | ||
|
||
Plugin Repo: [https://github.com/EddyVerbruggen/SSLCertificateChecker-PhoneGap-Plugin](https://github.com/EddyVerbruggen/SSLCertificateChecker-PhoneGap-Plugin) | ||
|
||
Cordova plugin to check SSL certificates on Android and iOS. | ||
|
||
## Supported Platforms | ||
|
||
* Android | ||
* iOS |
Oops, something went wrong.