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

@octokit/plugin-rest-endpoint-methods

Package Overview
Dependencies
Maintainers
3
Versions
201
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/plugin-rest-endpoint-methods - npm Package Compare versions

Comparing version 3.5.0 to 3.5.1

10

dist-node/index.js

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

mediaType: {
previews: ["gambit", "machine-man"]
previews: ["machine-man"]
}

@@ -212,7 +212,3 @@ }],

resetToken: ["PATCH /applications/{client_id}/token"],
revokeInstallationToken: ["DELETE /installation/token", {
mediaType: {
previews: ["gambit"]
}
}]
revokeInstallationToken: ["DELETE /installation/token"]
},

@@ -1171,3 +1167,3 @@ checks: {

const VERSION = "3.5.0";
const VERSION = "3.5.1";

@@ -1174,0 +1170,0 @@ function endpointsToMethods(octokit, endpointsMap) {

@@ -190,3 +190,3 @@ const Endpoints = {

"DELETE /app/installations/{installation_id}",
{ mediaType: { previews: ["gambit", "machine-man"] } },
{ mediaType: { previews: ["machine-man"] } },
],

@@ -275,6 +275,3 @@ deleteToken: ["DELETE /applications/{client_id}/token"],

resetToken: ["PATCH /applications/{client_id}/token"],
revokeInstallationToken: [
"DELETE /installation/token",
{ mediaType: { previews: ["gambit"] } },
],
revokeInstallationToken: ["DELETE /installation/token"],
},

@@ -281,0 +278,0 @@ checks: {

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

export const VERSION = "3.5.0";
export const VERSION = "3.5.1";

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

export declare const VERSION = "3.5.0";
export declare const VERSION = "3.5.1";

@@ -190,3 +190,3 @@ const Endpoints = {

"DELETE /app/installations/{installation_id}",
{ mediaType: { previews: ["gambit", "machine-man"] } },
{ mediaType: { previews: ["machine-man"] } },
],

@@ -275,6 +275,3 @@ deleteToken: ["DELETE /applications/{client_id}/token"],

resetToken: ["PATCH /applications/{client_id}/token"],
revokeInstallationToken: [
"DELETE /installation/token",
{ mediaType: { previews: ["gambit"] } },
],
revokeInstallationToken: ["DELETE /installation/token"],
},

@@ -1295,3 +1292,3 @@ checks: {

const VERSION = "3.5.0";
const VERSION = "3.5.1";

@@ -1298,0 +1295,0 @@ function endpointsToMethods(octokit, endpointsMap) {

{
"name": "@octokit/plugin-rest-endpoint-methods",
"description": "Octokit plugin adding one method for all of api.github.com REST API endpoints",
"version": "3.5.0",
"version": "3.5.1",
"license": "MIT",

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

Sorry, the diff of this file is not supported yet

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