Socket
Socket
Sign inDemoInstall

@octokit/endpoint

Package Overview
Dependencies
Maintainers
2
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.11 to 6.0.12

2

dist-node/index.js

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

const VERSION = "6.0.11";
const VERSION = "6.0.12";

@@ -372,0 +372,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.11";
export const VERSION = "6.0.12";

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

export declare const VERSION = "6.0.11";
export declare const VERSION = "6.0.12";

@@ -360,3 +360,3 @@ import { isPlainObject } from 'is-plain-object';

const VERSION = "6.0.11";
const VERSION = "6.0.12";

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

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

@@ -18,10 +18,3 @@ "files": [

],
"homepage": "https://github.com/octokit/endpoint.js#readme",
"bugs": {
"url": "https://github.com/octokit/endpoint.js/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/octokit/endpoint.js.git"
},
"repository": "github:octokit/endpoint.js",
"dependencies": {

@@ -38,7 +31,7 @@ "@octokit/types": "^6.0.3",

"@types/jest": "^26.0.0",
"jest": "^26.0.1",
"prettier": "2.2.1",
"jest": "^27.0.0",
"prettier": "2.3.1",
"semantic-release": "^17.0.0",
"semantic-release-plugin-update-version-in-files": "^1.0.0",
"ts-jest": "^26.0.0",
"ts-jest": "^27.0.0-next.12",
"typescript": "^4.0.2"

@@ -45,0 +38,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