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

@octokit-next/endpoint

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit-next/endpoint - npm Package Compare versions

Comparing version 2.4.1 to 2.5.0

2

lib/defaults.js

@@ -5,3 +5,3 @@ import { getUserAgent } from "universal-user-agent";

const userAgent = `octokit-endpoint.js/${VERSION} ${getUserAgent()}`;
const userAgent = `octokit-next-endpoint.js/${VERSION} ${getUserAgent()}`;

@@ -8,0 +8,0 @@ // DEFAULTS has all properties set that EndpointOptions has, except url.

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

export const VERSION = "2.4.1";
export const VERSION = "2.5.0";
{
"name": "@octokit-next/endpoint",
"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-obj": "^4.0.0",

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

@@ -9,3 +9,3 @@ import { Agent } from "node:http";

const userAgent = `octokit-endpoint.js/${VERSION} ${getUserAgent()}`;
const userAgent = `octokit-next-endpoint.js/${VERSION} ${getUserAgent()}`;

@@ -12,0 +12,0 @@ test("endpoint() is a function", (t) => {

@@ -6,3 +6,3 @@ import test from "ava";

import { VERSION } from "../lib/version.js";
const userAgent = `octokit-endpoint.js/${VERSION} ${getUserAgent()}`;
const userAgent = `octokit-next-endpoint.js/${VERSION} ${getUserAgent()}`;

@@ -9,0 +9,0 @@ test("endpoint.merge() is a function", (t) => {

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