Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@octokit/app

Package Overview
Dependencies
Maintainers
3
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/app - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

index.d.ts

2

package.json

@@ -6,3 +6,3 @@ {

},
"version": "2.1.0",
"version": "2.2.0",
"description": "GitHub Apps toolset for Node.js",

@@ -9,0 +9,0 @@ "main": "index.js",

@@ -24,3 +24,3 @@ # app.js

const app = new App({ id: APP_ID, privateKey: PRIVATE_KEY })
const jwt = await app.getSignedJsonWebToken()
const jwt = app.getSignedJsonWebToken()

@@ -27,0 +27,0 @@ // Example of using authenticated app to GET an individual installation

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc