Socket
Socket
Sign inDemoInstall

@octokit/request-error

Package Overview
Dependencies
Maintainers
4
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/request-error - npm Package Compare versions

Comparing version 6.1.3 to 6.1.4

3

dist-src/index.js

@@ -17,5 +17,2 @@ class RequestError extends Error {

super(message);
if (Error.captureStackTrace) {
Error.captureStackTrace(this, this.constructor);
}
this.name = "HttpError";

@@ -22,0 +19,0 @@ this.status = Number.parseInt(statusCode);

3

package.json
{
"name": "@octokit/request-error",
"version": "6.1.3",
"version": "6.1.4",
"publishConfig": {

@@ -29,2 +29,3 @@ "access": "public",

"prettier": "3.3.2",
"tinybench": "^2.8.0",
"typescript": "^5.0.0",

@@ -31,0 +32,0 @@ "vitest": "^2.0.2"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc