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

@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.1.0 to 5.1.1

2

dist-node/index.js

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

const VERSION = "5.1.0";
const VERSION = "5.1.1";

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

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

export const VERSION = "5.1.0";
export const VERSION = "5.1.1";

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

export declare const VERSION = "5.1.0";
export declare const VERSION = "5.1.1";

@@ -564,3 +564,3 @@ var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};

const VERSION = "5.1.0";
const VERSION = "5.1.1";

@@ -567,0 +567,0 @@ const userAgent = "octokit-endpoint.js/".concat(VERSION, " ").concat(browser());

@@ -215,3 +215,3 @@ import deepmerge from 'deepmerge';

const VERSION = "5.1.0";
const VERSION = "5.1.1";

@@ -218,0 +218,0 @@ const userAgent = "octokit-endpoint.js/".concat(VERSION, " ").concat(getUserAgent());

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

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

"devDependencies": {
"@octokit/routes": "20.2.1",
"@octokit/routes": "20.2.2",
"@pika/pack": "^0.3.7",

@@ -41,0 +41,0 @@ "@pika/plugin-build-node": "^0.3.16",

Sorry, the diff of this file is too big to display

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