Socket
Socket
Sign inDemoInstall

@octokit-next/request

Package Overview
Dependencies
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit-next/request - npm Package Compare versions

Comparing version 1.15.6 to 2.0.0

4

index.js

@@ -1,7 +0,5 @@

import nodeFetch from "node-fetch";
const DEFAULTS = {
baseURL: "https://api.github.com",
request: {
fetch: nodeFetch,
fetch: globalThis.fetch,
},

@@ -8,0 +6,0 @@ };

{
"name": "@octokit-next/request",
"version": "1.15.6",
"version": "2.0.0",
"description": "Simplified version of `@octokit/request` to experiment with ESM and types",

@@ -20,7 +20,6 @@ "publishConfig": {

"dependencies": {
"@octokit-next/types": "1.15.6",
"@octokit-next/types": "2.0.0",
"data-uri-to-buffer": "^4.0.0",
"node-fetch": "3.2.10",
"type-fest": "^2.0.0"
}
}
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