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.1.0 to 8.1.1

4

dist-node/index.js

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

// pkg/dist-src/version.js
var VERSION = "8.1.0";
var VERSION = "8.1.1";

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

throw new Error(
'Global "fetch" not found. Please provide `options.request.fetch` to octokit or upgrade to node@18 or newer.'
"fetch is not set. Please pass a fetch implementation as new Octokit({ request: { fetch }}). Learn more at https://github.com/octokit/octokit.js/#fetch-missing"
);

@@ -62,0 +62,0 @@ }

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

throw new Error(
'Global "fetch" not found. Please provide `options.request.fetch` to octokit or upgrade to node@18 or newer.'
"fetch is not set. Please pass a fetch implementation as new Octokit({ request: { fetch }}). Learn more at https://github.com/octokit/octokit.js/#fetch-missing"
);

@@ -22,0 +22,0 @@ }

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

const VERSION = "8.1.0";
const VERSION = "8.1.1";
export {
VERSION
};

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

export declare const VERSION = "8.1.0";
export declare const VERSION = "8.1.1";

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

// pkg/dist-src/version.js
var VERSION = "8.1.0";
var VERSION = "8.1.1";

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

throw new Error(
'Global "fetch" not found. Please provide `options.request.fetch` to octokit or upgrade to node@18 or newer.'
"fetch is not set. Please pass a fetch implementation as new Octokit({ request: { fetch }}). Learn more at https://github.com/octokit/octokit.js/#fetch-missing"
);

@@ -37,0 +37,0 @@ }

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