Socket
Socket
Sign inDemoInstall

@octokit/action

Package Overview
Dependencies
29
Maintainers
4
Versions
134
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.0 to 6.0.1

9

dist-node/index.js

@@ -23,4 +23,3 @@ "use strict";

__export(dist_src_exports, {
Octokit: () => Octokit,
RestEndpointMethodTypes: () => import_plugin_rest_endpoint_methods2.RestEndpointMethodTypes
Octokit: () => Octokit
});

@@ -32,6 +31,5 @@ module.exports = __toCommonJS(dist_src_exports);

var import_plugin_rest_endpoint_methods = require("@octokit/plugin-rest-endpoint-methods");
var import_plugin_rest_endpoint_methods2 = require("@octokit/plugin-rest-endpoint-methods");
// pkg/dist-src/version.js
var VERSION = "6.0.0";
var VERSION = "6.0.1";

@@ -74,4 +72,3 @@ // pkg/dist-src/index.js

0 && (module.exports = {
Octokit,
RestEndpointMethodTypes
Octokit
});

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

import { legacyRestEndpointMethods } from "@octokit/plugin-rest-endpoint-methods";
import { RestEndpointMethodTypes } from "@octokit/plugin-rest-endpoint-methods";
import { VERSION } from "./version";

@@ -42,4 +41,3 @@ import { HttpsProxyAgent } from "https-proxy-agent";

export {
Octokit,
RestEndpointMethodTypes
Octokit
};

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

const VERSION = "6.0.0";
const VERSION = "6.0.1";
export {
VERSION
};
import { Octokit as Core } from "@octokit/core";
export { RestEndpointMethodTypes } from "@octokit/plugin-rest-endpoint-methods";
export type { RestEndpointMethodTypes } from "@octokit/plugin-rest-endpoint-methods";
export declare const Octokit: typeof Core & import("@octokit/core/dist-types/types").Constructor<{

@@ -4,0 +4,0 @@ paginate: import("@octokit/plugin-paginate-rest").PaginateInterface;

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

export declare const VERSION = "6.0.0";
export declare const VERSION = "6.0.1";

@@ -6,6 +6,5 @@ // pkg/dist-src/index.js

import { legacyRestEndpointMethods } from "@octokit/plugin-rest-endpoint-methods";
import { RestEndpointMethodTypes } from "@octokit/plugin-rest-endpoint-methods";
// pkg/dist-src/version.js
var VERSION = "6.0.0";
var VERSION = "6.0.1";

@@ -47,4 +46,3 @@ // pkg/dist-src/index.js

export {
Octokit,
RestEndpointMethodTypes
Octokit
};
{
"name": "@octokit/action",
"version": "6.0.0",
"version": "6.0.1",
"publishConfig": {

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

"devDependencies": {
"@octokit/tsconfig": "^1.0.2",
"@octokit/tsconfig": "^2.0.0",
"@types/jest": "^29.0.0",

@@ -30,0 +30,0 @@ "@types/node": "^18.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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc