Socket
Socket
Sign inDemoInstall

universal-github-app-jwt

Package Overview
Dependencies
0
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.6 to 2.1.0

2

package.json
{
"name": "universal-github-app-jwt",
"type": "module",
"version": "2.0.6",
"version": "2.1.0",
"exports": "./index.js",

@@ -6,0 +6,0 @@ "imports": {

@@ -194,2 +194,8 @@ # universal-github-app-jwt

- #### Using an Online Private Key Converter
Convert quickly using the Web interface at https://private-key-converter.vercel.app
- #### Using Node.js
If you use Node.js, you can convert the format before passing it to `universal-github-app-jwt`:

@@ -214,4 +220,6 @@

But we recommend to convert the format using `openssl` before passing it to your app.
- #### Using OpenSSL
Convert the format using `openssl` before passing it to your app.
```

@@ -218,0 +226,0 @@ openssl pkcs8 -topk8 -inform PEM -outform PEM -nocrypt -in private-key.pem -out private-key-pkcs8.key

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc