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

@octokit/action

Package Overview
Dependencies
Maintainers
4
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 6.0.6 to 6.0.7

2

dist-node/index.js

@@ -34,3 +34,3 @@ "use strict";

// pkg/dist-src/version.js
var VERSION = "6.0.6";
var VERSION = "6.0.7";

@@ -37,0 +37,0 @@ // pkg/dist-src/index.js

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

import { legacyRestEndpointMethods } from "@octokit/plugin-rest-endpoint-methods";
import { VERSION } from "./version";
import { VERSION } from "./version.js";
import { fetch as undiciFetch, ProxyAgent } from "undici";

@@ -8,0 +8,0 @@ const DEFAULTS = {

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

const VERSION = "6.0.6";
const VERSION = "6.0.7";
export {
VERSION
};

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

export declare const customFetch: (url: string, opts: any) => Promise<import("undici").Response>;
export declare const Octokit: typeof Core & import("@octokit/core/dist-types/types").Constructor<{
export declare const Octokit: typeof Core & import("@octokit/core/dist-types/types.js").Constructor<{
paginate: import("@octokit/plugin-paginate-rest").PaginateInterface;
} & import("@octokit/plugin-rest-endpoint-methods/dist-types/generated/method-types").RestEndpointMethods & import("@octokit/plugin-rest-endpoint-methods/dist-types/types").Api>;
} & import("@octokit/plugin-rest-endpoint-methods/dist-types/generated/method-types.js").RestEndpointMethods & import("@octokit/plugin-rest-endpoint-methods/dist-types/types.js").Api>;
export type Octokit = InstanceType<typeof Octokit>;

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

export declare const VERSION = "6.0.6";
export declare const VERSION = "6.0.7";

@@ -8,3 +8,3 @@ // pkg/dist-src/index.js

// pkg/dist-src/version.js
var VERSION = "6.0.6";
var VERSION = "6.0.7";

@@ -11,0 +11,0 @@ // pkg/dist-src/index.js

{
"name": "@octokit/action",
"version": "6.0.6",
"version": "6.0.7",
"publishConfig": {

@@ -24,3 +24,3 @@ "access": "public"

"@octokit/types": "^12.0.0",
"undici": "^5.0.0"
"undici": "^6.0.0"
},

@@ -30,3 +30,3 @@ "devDependencies": {

"@types/jest": "^29.0.0",
"@types/node": "^18.0.0",
"@types/node": "^20.0.0",
"esbuild": "^0.19.0",

@@ -36,3 +36,3 @@ "fetch-mock": "npm:@gr2m/fetch-mock@9.11.0-pull-request-644.1",

"jest": "^29.0.0",
"prettier": "3.0.3",
"prettier": "3.1.0",
"semantic-release-plugin-update-version-in-files": "^1.0.0",

@@ -39,0 +39,0 @@ "ts-jest": "^29.0.0",

Sorry, the diff of this file is not supported yet

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