Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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 2.4.1 to 2.5.0

2

index.js

@@ -11,4 +11,4 @@ import { endpoint } from "@octokit-next/endpoint";

headers: {
"user-agent": `octokit-request.js/${VERSION} ${getUserAgent()}`,
"user-agent": `octokit-next-request.js/${VERSION} ${getUserAgent()}`,
},
});

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

export const VERSION = "2.4.1";
export const VERSION = "2.5.0";
{
"name": "@octokit-next/request",
"version": "2.4.1",
"version": "2.5.0",
"publishConfig": {

@@ -30,3 +30,3 @@ "access": "public"

"dependencies": {
"@octokit-next/types": "2.4.1",
"@octokit-next/types": "2.5.0",
"is-plain-object": "^5.0.0",

@@ -33,0 +33,0 @@ "type-fest": "^3.0.0",

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

```js
import { request } from "https://cdn.skypack.dev/octokit?dts";
import { request } from "https://cdn.skypack.dev/@octokit-next/request?dts";
```

@@ -80,0 +80,0 @@

@@ -12,3 +12,3 @@ import fs from "node:fs";

const userAgent = `octokit-request.js/0.0.0-development ${getUserAgent()}`;
const userAgent = `octokit-next-request.js/0.0.0-development ${getUserAgent()}`;
import stringToArrayBuffer from "string-to-arraybuffer";

@@ -15,0 +15,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