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 9.0.0 to 9.0.1

2

dist-src/version.js

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

const VERSION = "9.0.0";
const VERSION = "9.0.1";
export {
VERSION
};

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

export declare const VERSION = "9.0.0";
export declare const VERSION = "9.0.1";
{
"name": "@octokit/request",
"version": "9.0.0",
"version": "9.0.1",
"type": "module",

@@ -50,2 +50,4 @@ "publishConfig": {

],
"main": "dist-bundle/index.js",
"types": "dist-types/index.d.ts",
"exports": {

@@ -52,0 +54,0 @@ ".": {

@@ -167,3 +167,3 @@ # request.js

```js
const { createAppAuth } = require("@octokit/auth-app");
import { createAppAuth } from "@octokit/auth-app";
const auth = createAppAuth({

@@ -421,3 +421,4 @@ appId: process.env.APP_ID,

```js
const myrequest = require("@octokit/request").defaults({
import { request } from "@octokit/request";
const myrequest = request.defaults({
baseUrl: "https://github-enterprise.acme-inc.com/api/v3",

@@ -424,0 +425,0 @@ headers: {

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