@octokit-next/request
Advanced tools
Comparing version 1.15.6 to 2.0.0
@@ -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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3
2261
41
+ Added@octokit-next/types@2.0.0(transitive)
- Removednode-fetch@3.2.10
- Removed@octokit-next/types@1.15.6(transitive)
- Removedfetch-blob@3.2.0(transitive)
- Removedformdata-polyfill@4.0.10(transitive)
- Removednode-domexception@1.0.0(transitive)
- Removednode-fetch@3.2.10(transitive)
- Removedweb-streams-polyfill@3.3.3(transitive)
Updated@octokit-next/types@2.0.0