Socket
Socket
Sign inDemoInstall

@octokit/rest

Package Overview
Dependencies
Maintainers
4
Versions
297
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/rest - npm Package Compare versions

Comparing version 19.0.9 to 19.0.10

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 = "19.0.9";
var VERSION = "19.0.10";

@@ -48,4 +46,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";

@@ -16,4 +15,3 @@ const Octokit = Core.plugin(

export {
Octokit,
RestEndpointMethodTypes
Octokit
};

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

const VERSION = "19.0.9";
const VERSION = "19.0.10";
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 = "19.0.9";
export declare const VERSION = "19.0.10";

@@ -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 = "19.0.9";
var VERSION = "19.0.10";

@@ -21,4 +20,3 @@ // pkg/dist-src/index.js

export {
Octokit,
RestEndpointMethodTypes
Octokit
};
{
"name": "@octokit/rest",
"version": "19.0.9",
"version": "19.0.10",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

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