Socket
Socket
Sign inDemoInstall

@octokit/action

Package Overview
Dependencies
Maintainers
2
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/action - npm Package Compare versions

Comparing version 3.7.0 to 3.7.1

4

dist-node/index.js

@@ -10,5 +10,5 @@ 'use strict';

const VERSION = "3.7.0";
const VERSION = "3.7.1";
const Octokit = core.Octokit.plugin(pluginPaginateRest.paginateRest, pluginRestEndpointMethods.restEndpointMethods).defaults({
const Octokit = core.Octokit.plugin(pluginPaginateRest.paginateRest, pluginRestEndpointMethods.legacyRestEndpointMethods).defaults({
authStrategy: authAction.createActionAuth,

@@ -15,0 +15,0 @@ baseUrl: getApiBaseUrl(),

import { Octokit as Core } from "@octokit/core";
import { createActionAuth } from "@octokit/auth-action";
import { paginateRest } from "@octokit/plugin-paginate-rest";
import { restEndpointMethods } from "@octokit/plugin-rest-endpoint-methods";
import { legacyRestEndpointMethods } from "@octokit/plugin-rest-endpoint-methods";
import { VERSION } from "./version";
export const Octokit = Core.plugin(paginateRest, restEndpointMethods).defaults({
export const Octokit = Core.plugin(paginateRest, legacyRestEndpointMethods).defaults({
authStrategy: createActionAuth,

@@ -8,0 +8,0 @@ baseUrl: getApiBaseUrl(),

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

export const VERSION = "3.7.0";
export const VERSION = "3.7.1";

@@ -12,4 +12,2 @@ import { Octokit as Core } from "@octokit/core";

paginate: import("@octokit/plugin-paginate-rest").PaginateInterface;
} & import("@octokit/plugin-rest-endpoint-methods/dist-types/generated/method-types").RestEndpointMethods & {
rest: import("@octokit/plugin-rest-endpoint-methods/dist-types/generated/method-types").RestEndpointMethods;
}>;
} & import("@octokit/plugin-rest-endpoint-methods/dist-types/generated/method-types").RestEndpointMethods & import("@octokit/plugin-rest-endpoint-methods/dist-types/types").Api>;

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

export declare const VERSION = "3.7.0";
export declare const VERSION = "3.7.1";
{
"name": "@octokit/action",
"description": "GitHub API client for GitHub Actions",
"version": "3.7.0",
"version": "3.7.1",
"license": "MIT",

@@ -24,3 +24,3 @@ "files": [

"@octokit/plugin-paginate-rest": "^2.2.4",
"@octokit/plugin-rest-endpoint-methods": "4.15.0",
"@octokit/plugin-rest-endpoint-methods": "5.0.0",
"@octokit/types": "^6.0.3"

@@ -27,0 +27,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