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

@octokit/plugin-request-log

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/plugin-request-log - npm Package Compare versions

Comparing version 5.3.0 to 5.3.1

2

dist-src/index.js

@@ -15,3 +15,3 @@ import { VERSION } from "./version.js";

}).catch((error) => {
const requestId = error.response.headers["x-github-request-id"] || "UNKNOWN";
const requestId = error.response?.headers["x-github-request-id"] || "UNKNOWN";
octokit.log.error(

@@ -18,0 +18,0 @@ `${requestOptions.method} ${path} - ${error.status} with id ${requestId} in ${Date.now() - start}ms`

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

const VERSION = "5.3.0";
const VERSION = "5.3.1";
export {
VERSION
};

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

export declare const VERSION = "5.3.0";
export declare const VERSION = "5.3.1";
{
"name": "@octokit/plugin-request-log",
"version": "5.3.0",
"version": "5.3.1",
"description": "Log all requests and request errors",

@@ -24,7 +24,7 @@ "type": "module",

"@types/node": "^20.0.0",
"esbuild": "^0.21.0",
"esbuild": "^0.23.0",
"fetch-mock": "npm:@gr2m/fetch-mock@9.11.0-pull-request-644.1",
"glob": "^10.2.7",
"glob": "^11.0.0",
"jest": "^29.0.0",
"prettier": "3.3.1",
"prettier": "3.3.3",
"semantic-release-plugin-update-version-in-files": "^1.0.0",

@@ -31,0 +31,0 @@ "ts-jest": "^29.0.0",

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