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.2 to 6.0.3

2

dist-node/index.js

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

const VERSION = "6.0.2";
const VERSION = "6.0.3";

@@ -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.2";
export const VERSION = "6.0.3";

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

export declare const VERSION = "6.0.2";
export declare const VERSION = "6.0.3";

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

const VERSION = "6.0.2";
const VERSION = "6.0.3";

@@ -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.2",
"version": "6.0.3",
"license": "MIT",

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

"dependencies": {
"@octokit/types": "^4.0.1",
"@octokit/types": "^5.0.0",
"is-plain-object": "^3.0.0",

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

"@pika/plugin-ts-standard-pkg": "^0.9.0",
"@types/jest": "^25.1.0",
"@types/jest": "^26.0.0",
"jest": "^26.0.1",

@@ -40,0 +40,0 @@ "prettier": "2.0.5",

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