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

@octokit/request

Package Overview
Dependencies
Maintainers
3
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/request - npm Package Compare versions

Comparing version 5.4.5 to 5.4.6

2

dist-node/index.js

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

const VERSION = "5.4.5";
const VERSION = "5.4.6";

@@ -16,0 +16,0 @@ function getBufferResponse(response) {

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

export const VERSION = "5.4.5";
export const VERSION = "5.4.6";
import { EndpointInterface } from "@octokit/types";
export default function fetchWrapper(requestOptions: ReturnType<EndpointInterface> & {
redirect?: string;
redirect?: "error" | "follow" | "manual";
}): Promise<{

@@ -5,0 +5,0 @@ status: number;

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

export declare const VERSION = "5.4.5";
export declare const VERSION = "5.4.6";

@@ -7,3 +7,3 @@ import { endpoint } from '@octokit/endpoint';

const VERSION = "5.4.5";
const VERSION = "5.4.6";

@@ -10,0 +10,0 @@ function getBufferResponse(response) {

{
"name": "@octokit/request",
"description": "Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node",
"version": "5.4.5",
"version": "5.4.6",
"license": "MIT",

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

"once": "^1.4.0",
"universal-user-agent": "^5.0.0"
"universal-user-agent": "^6.0.0"
},

@@ -44,3 +44,3 @@ "devDependencies": {

"@types/fetch-mock": "^7.2.4",
"@types/jest": "^25.1.0",
"@types/jest": "^26.0.0",
"@types/lolex": "^5.1.0",

@@ -56,4 +56,4 @@ "@types/node": "^14.0.0",

"semantic-release-plugin-update-version-in-files": "^1.0.0",
"ts-jest": "^25.1.0",
"typescript": "3.7.5"
"ts-jest": "^26.1.0",
"typescript": "^3.9.5"
},

@@ -60,0 +60,0 @@ "publishConfig": {

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