Socket
Socket
Sign inDemoInstall

@octokit/action

Package Overview
Dependencies
Maintainers
3
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 2.0.1 to 2.0.2

4

dist-node/index.js

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

const VERSION = "2.0.1";
const VERSION = "2.0.2";
const Octokit = core.Octokit.plugin([pluginPaginateRest.paginateRest, pluginRestEndpointMethods.restEndpointMethods]).defaults({
const Octokit = core.Octokit.plugin(pluginPaginateRest.paginateRest, pluginRestEndpointMethods.restEndpointMethods).defaults({
authStrategy: authAction.createActionAuth,

@@ -15,0 +15,0 @@ userAgent: `octokit-action.js/${VERSION}`

@@ -6,8 +6,5 @@ import { Octokit as Core } from "@octokit/core";

import { VERSION } from "./version";
export const Octokit = Core.plugin([
paginateRest,
restEndpointMethods,
]).defaults({
export const Octokit = Core.plugin(paginateRest, restEndpointMethods).defaults({
authStrategy: createActionAuth,
userAgent: `octokit-action.js/${VERSION}`,
});

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

export const VERSION = "2.0.1";
export const VERSION = "2.0.2";

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

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

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

"@octokit/auth-action": "^1.2.0",
"@octokit/core": "^2.1.1",
"@octokit/core": "^2.4.3",
"@octokit/plugin-paginate-rest": "^2.0.1",

@@ -25,0 +25,0 @@ "@octokit/plugin-rest-endpoint-methods": "3.3.3",

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