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.1 to 8.0.2

3

dist-node/index.js

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

// pkg/dist-src/version.js
var VERSION = "8.0.1";
var VERSION = "8.0.2";

@@ -66,3 +66,2 @@ // pkg/dist-src/fetch-wrapper.js

signal: requestOptions.signal,
data: requestOptions.data,
// duplex must be set if request.body is ReadableStream or Async Iterables.

@@ -69,0 +68,0 @@ // See https://fetch.spec.whatwg.org/#dom-requestinit-duplex.

@@ -26,3 +26,2 @@ import { isPlainObject } from "is-plain-object";

signal: requestOptions.signal,
data: requestOptions.data,
// duplex must be set if request.body is ReadableStream or Async Iterables.

@@ -29,0 +28,0 @@ // See https://fetch.spec.whatwg.org/#dom-requestinit-duplex.

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

const VERSION = "8.0.1";
const VERSION = "8.0.2";
export {
VERSION
};

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

export declare const VERSION = "8.0.1";
export declare const VERSION = "8.0.2";

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

// pkg/dist-src/version.js
var VERSION = "8.0.1";
var VERSION = "8.0.2";

@@ -41,3 +41,2 @@ // pkg/dist-src/fetch-wrapper.js

signal: requestOptions.signal,
data: requestOptions.data,
// duplex must be set if request.body is ReadableStream or Async Iterables.

@@ -44,0 +43,0 @@ // See https://fetch.spec.whatwg.org/#dom-requestinit-duplex.

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