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

@octokit/app

Package Overview
Dependencies
Maintainers
4
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 13.1.2 to 13.1.3

2

dist-node/index.js

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

const VERSION = "13.1.2";
const VERSION = "13.1.3";

@@ -15,0 +15,0 @@ function webhooks(appOctokit, options

@@ -9,3 +9,3 @@ import { Octokit as OctokitCore } from "@octokit/core";

import { getInstallationOctokit } from "./get-installation-octokit";
export class App {
class App {
static defaults(defaults) {

@@ -78,2 +78,3 @@ const AppWithDefaults = class extends this {

App.VERSION = VERSION;
export { App };
export { createNodeMiddleware } from "./middleware/node/index";

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

export const VERSION = "13.1.2";
export const VERSION = "13.1.3";

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

export declare const VERSION = "13.1.2";
export declare const VERSION = "13.1.3";
{
"name": "@octokit/app",
"description": "GitHub Apps toolset for Node.js",
"version": "13.1.2",
"version": "13.1.3",
"license": "MIT",
"files": [
"dist-*/",
"bin/"
"dist-*/**",
"bin/**"
],

@@ -37,6 +37,6 @@ "source": "dist-src/index.js",

"node-fetch": "^2.6.7",
"prettier": "2.8.3",
"prettier": "2.8.8",
"semantic-release-plugin-update-version-in-files": "^1.0.0",
"ts-jest": "^29.0.0",
"typescript": "^4.0.5"
"typescript": "^5.0.0"
},

@@ -43,0 +43,0 @@ "engines": {

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