Socket
Socket
Sign inDemoInstall

@octokit/endpoint

Package Overview
Dependencies
Maintainers
3
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/endpoint - npm Package Compare versions

Comparing version 5.5.0 to 5.5.1

2

dist-node/index.js

@@ -358,3 +358,3 @@ 'use strict';

const VERSION = "5.5.0";
const VERSION = "5.5.1";

@@ -361,0 +361,0 @@ const userAgent = `octokit-endpoint.js/${VERSION} ${universalUserAgent.getUserAgent()}`; // DEFAULTS has all properties set that EndpointOptions has, except url.

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

export const VERSION = "5.5.0";
export const VERSION = "5.5.1";

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

export declare const VERSION = "5.5.0";
export declare const VERSION = "5.5.1";

@@ -358,3 +358,3 @@ import isPlainObject from 'is-plain-object';

const VERSION = "5.5.0";
const VERSION = "5.5.1";

@@ -361,0 +361,0 @@ const userAgent = `octokit-endpoint.js/${VERSION} ${getUserAgent()}`;

{
"name": "@octokit/endpoint",
"description": "Turns REST API endpoints into generic request options",
"version": "5.5.0",
"version": "5.5.1",
"license": "MIT",

@@ -27,3 +27,3 @@ "files": [

"dependencies": {
"@octokit/types": "^1.0.0",
"@octokit/types": "^2.0.0",
"is-plain-object": "^3.0.0",

@@ -30,0 +30,0 @@ "universal-user-agent": "^4.0.0"

@@ -16,9 +16,9 @@ # endpoint.js

- [API](#api)
- [endpoint()](#endpoint)
- [endpoint()](#endpointroute-options-or-endpointoptions)
- [endpoint.defaults()](#endpointdefaults)
- [endpoint.DEFAULTS](#endpointdefaults)
- [endpoint.merge()](#endpointmerge)
- [endpoint.DEFAULTS](#endpointdefaults-1)
- [endpoint.merge()](#endpointmergeroute-options-or-endpointmergeoptions)
- [endpoint.parse()](#endpointparse)
- [Special cases](#special-cases)
- [The `data` parameter – set request body directly](#the-data-parameter-%E2%80%93-set-request-body-directly)
- [The `data` parameter – set request body directly](#the-data-parameter--set-request-body-directly)
- [Set parameters for both the URL/query and the request body](#set-parameters-for-both-the-urlquery-and-the-request-body)

@@ -25,0 +25,0 @@ - [LICENSE](#license)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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