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

@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.1.3 to 3.1.4

2

dist-node/index.js

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

const VERSION = "3.1.3";
const VERSION = "3.1.4";

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

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

export const VERSION = "3.1.3";
export const VERSION = "3.1.4";

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

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

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

"@octokit/plugin-rest-endpoint-methods": "4.2.1",
"@octokit/types": "^6.0.0"
"@octokit/types": "^6.0.3"
},

@@ -28,0 +28,0 @@ "devDependencies": {

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

// See https://developer.github.com/v3/issues/#create-an-issue
const { data } = await octokit.request("POST /repos/:owner/:repo/issues", {
const { data } = await octokit.request("POST /repos/{owner}/{repo}/issues", {
owner,

@@ -76,0 +76,0 @@ repo,

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