Socket
Socket
Sign inDemoInstall

@octokit/action

Package Overview
Dependencies
28
Maintainers
3
Versions
134
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.6 to 4.0.7

9

dist-node/index.js

@@ -5,4 +5,2 @@ 'use strict';

function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
var core = require('@octokit/core');

@@ -12,6 +10,7 @@ var authAction = require('@octokit/auth-action');

var pluginRestEndpointMethods = require('@octokit/plugin-rest-endpoint-methods');
var ProxyAgent = _interopDefault(require('proxy-agent'));
const VERSION = "4.0.6";
const VERSION = "4.0.7";
const HttpsProxyAgent = require("https-proxy-agent");
const DEFAULTS = {

@@ -26,3 +25,3 @@ authStrategy: authAction.createActionAuth,

request: {
agent: new ProxyAgent(),
agent: new HttpsProxyAgent(),
...options.request

@@ -29,0 +28,0 @@ }

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

import { VERSION } from "./version";
import ProxyAgent from "proxy-agent";
const HttpsProxyAgent = require("https-proxy-agent");
const DEFAULTS = {

@@ -18,3 +18,3 @@ authStrategy: createActionAuth,

request: {
agent: new ProxyAgent(),
agent: new HttpsProxyAgent(),
...options.request,

@@ -21,0 +21,0 @@ },

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

export const VERSION = "4.0.6";
export const VERSION = "4.0.7";

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

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

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

"@octokit/types": "^7.0.0",
"proxy-agent": "^5.0.0"
"https-proxy-agent": "^5.0.1"
},

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc