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 6.0.0 to 6.0.1

2

dist-node/index.js

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

const VERSION = "6.0.0";
const VERSION = "6.0.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 = "6.0.0";
export const VERSION = "6.0.1";

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

export declare const endpoint: import("@octokit/types").EndpointInterface;
export declare const endpoint: import("@octokit/types").EndpointInterface<object>;

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

export declare const VERSION = "6.0.0";
export declare const VERSION = "6.0.1";

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

const VERSION = "6.0.0";
const VERSION = "6.0.1";

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

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

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

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

@@ -39,3 +39,3 @@ "universal-user-agent": "^5.0.0"

"jest": "^24.7.1",
"prettier": "2.0.2",
"prettier": "2.0.3",
"semantic-release": "^17.0.0",

@@ -42,0 +42,0 @@ "semantic-release-plugin-update-version-in-files": "^1.0.0",

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