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

@octokit/app

Package Overview
Dependencies
Maintainers
2
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 10.2.1 to 10.2.2

2

dist-node/index.js

@@ -190,3 +190,3 @@ 'use strict';

const VERSION = "10.2.1";
const VERSION = "10.2.2";

@@ -193,0 +193,0 @@ function webhooks(appOctokit, options // Explict return type for better debugability and performance,

@@ -1,1 +0,1 @@

export const VERSION = "10.2.1";
export const VERSION = "10.2.2";

@@ -1,1 +0,1 @@

export declare const VERSION = "10.2.1";
export declare const VERSION = "10.2.2";
{
"name": "@octokit/app",
"description": "GitHub Apps toolset for Node.js",
"version": "10.2.1",
"version": "10.2.2",
"license": "MIT",

@@ -6,0 +6,0 @@ "files": [

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

```js
const octokit } = await app.getInstallationOctokit(123)
const { octokit } = await app.getInstallationOctokit(123);
```

@@ -259,0 +259,0 @@

Sorry, the diff of this file is not supported yet

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