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

@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 6.2.5 to 6.2.6

2

dist-node/index.js

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

// pkg/dist-src/version.js
var VERSION = "6.2.5";
var VERSION = "6.2.6";

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

import { isPlainObject } from "is-plain-object";
import nodeFetch from "node-fetch";
import nodeFetch, {} from "node-fetch";
import { RequestError } from "@octokit/request-error";

@@ -4,0 +4,0 @@ import getBuffer from "./get-buffer-response";

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

const VERSION = "6.2.5";
const VERSION = "6.2.6";
export {
VERSION
};

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

import { EndpointInterface } from "@octokit/types";
import type { EndpointInterface } from "@octokit/types";
export default function fetchWrapper(requestOptions: ReturnType<EndpointInterface> & {

@@ -3,0 +3,0 @@ redirect?: "error" | "follow" | "manual";

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

import { Response } from "node-fetch";
import type { Response } from "node-fetch";
export default function getBufferResponse(response: Response): Promise<ArrayBuffer>;

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

export declare const VERSION = "6.2.5";
export declare const VERSION = "6.2.6";

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

import { EndpointInterface, RequestInterface, RequestParameters } from "@octokit/types";
import type { EndpointInterface, RequestInterface, RequestParameters } from "@octokit/types";
export default function withDefaults(oldEndpoint: EndpointInterface, newDefaults: RequestParameters): RequestInterface;

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

// pkg/dist-src/version.js
var VERSION = "6.2.5";
var VERSION = "6.2.6";
// pkg/dist-src/fetch-wrapper.js
import { isPlainObject } from "is-plain-object";
import nodeFetch from "node-fetch";
import nodeFetch, {} from "node-fetch";
import { RequestError } from "@octokit/request-error";

@@ -13,0 +13,0 @@

{
"name": "@octokit/request",
"version": "6.2.5",
"version": "6.2.6",
"publishConfig": {

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

"@octokit/auth-app": "^4.0.0",
"@octokit/tsconfig": "^1.0.2",
"@octokit/tsconfig": "^2.0.0",
"@types/fetch-mock": "^7.2.4",

@@ -35,3 +35,3 @@ "@types/jest": "^29.0.0",

"@types/once": "^1.4.0",
"esbuild": "^0.17.19",
"esbuild": "^0.18.0",
"fetch-mock": "^9.3.1",

@@ -38,0 +38,0 @@ "glob": "^10.2.4",

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