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.0 to 2.0.1

2

dist-node/index.js

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

const VERSION = "2.0.0";
const VERSION = "2.0.1";

@@ -13,0 +13,0 @@ const Octokit = core.Octokit.plugin([pluginPaginateRest.paginateRest, pluginRestEndpointMethods.restEndpointMethods]).defaults({

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

paginateRest,
restEndpointMethods
restEndpointMethods,
]).defaults({
authStrategy: createActionAuth,
userAgent: `octokit-action.js/${VERSION}`
userAgent: `octokit-action.js/${VERSION}`,
});

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

export const VERSION = "2.0.0";
export const VERSION = "2.0.1";

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

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

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

"@octokit/plugin-paginate-rest": "^2.0.1",
"@octokit/plugin-rest-endpoint-methods": "^3.2.0",
"@octokit/plugin-rest-endpoint-methods": "3.3.3",
"@octokit/types": "^2.0.2"

@@ -36,3 +36,3 @@ },

"jest": "^25.1.0",
"prettier": "^1.18.2",
"prettier": "^2.0.1",
"semantic-release": "^17.0.2",

@@ -39,0 +39,0 @@ "semantic-release-plugin-update-version-in-files": "^1.0.0",

@@ -77,3 +77,3 @@ # action.js

repo,
title: "My test issue"
title: "My test issue",
});

@@ -104,3 +104,3 @@ console.log("Issue created: %d", data.html_url);

repositoryId,
title: "My test issue"
title: "My test issue",
}

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