Socket
Socket
Sign inDemoInstall

@octokit/request

Package Overview
Dependencies
Maintainers
4
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/request - npm Package Compare versions

Comparing version 8.0.3 to 8.0.4

2

dist-node/index.js

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

// pkg/dist-src/version.js
var VERSION = "8.0.3";
var VERSION = "8.0.4";

@@ -33,0 +33,0 @@ // pkg/dist-src/fetch-wrapper.js

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

const VERSION = "8.0.3";
const VERSION = "8.0.4";
export {
VERSION
};
import type { EndpointInterface } from "@octokit/types";
export default function fetchWrapper(requestOptions: ReturnType<EndpointInterface> & {
redirect?: "error" | "follow" | "manual";
}): Promise<{
export default function fetchWrapper(requestOptions: ReturnType<EndpointInterface>): Promise<{
status: number;

@@ -6,0 +4,0 @@ url: string;

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

export declare const VERSION = "8.0.3";
export declare const VERSION = "8.0.4";

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

// pkg/dist-src/version.js
var VERSION = "8.0.3";
var VERSION = "8.0.4";

@@ -9,0 +9,0 @@ // pkg/dist-src/fetch-wrapper.js

{
"name": "@octokit/request",
"version": "8.0.3",
"version": "8.0.4",
"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