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

backtrace-service

Package Overview
Dependencies
Maintainers
6
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backtrace-service - npm Package Compare versions

Comparing version 3.4.8 to 3.4.9

1

lib/service/backtraceService.d.ts

@@ -71,2 +71,3 @@ import { BacktraceClient } from '@backtrace/node';

static setupMiddlewares(app: express.Express, prefix?: string, identityManager?: IdentityManager, options?: IMiddlewareOptions): void;
static setupPingdomEndpoint(app: express.Express, path: string, identityManager?: IdentityManager): void;
static setupErrorScopeMiddleware(app: express.Express, opts?: IErrorScopeOptions): void;

@@ -73,0 +74,0 @@ /**

5

lib/service/backtraceService.js

@@ -312,4 +312,7 @@ "use strict";

});
this.setupPingdomEndpoint(app, prefix, identityManager);
};
BacktraceService.setupPingdomEndpoint = function (app, path, identityManager) {
// Route hit by pingdom
app.get(prefix, function (_req, res) {
app.get(path, function (_req, res) {
identityManager === null || identityManager === void 0 ? void 0 : identityManager.bypassProjectAccessCheck(res);

@@ -316,0 +319,0 @@ res.type('xml');

{
"name": "backtrace-service",
"version": "3.4.8",
"version": "3.4.9",
"description": "Common tools for Backtrace Node services",

@@ -5,0 +5,0 @@ "author": "Backtrace",

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