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

backtrace-service

Package Overview
Dependencies
Maintainers
5
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 2.0.5 to 2.0.6

0

lib/config/config.d.ts

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=coronerConfig.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=coronerDescriptor.js.map

@@ -0,0 +0,0 @@ export interface IDescriptorOpts {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=descriptorOptions.js.map

@@ -0,0 +0,0 @@ import { NextFunction, Request, Response } from 'express';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Request } from 'express';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=authRequest.js.map

@@ -0,0 +0,0 @@ import { IServerConfiguration } from './serverConfiguration';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=authRequestOptions.js.map

@@ -0,0 +0,0 @@ export interface IConfig {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=serverConfiguration.js.map

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { BacktraceClientOptions, IBacktraceClientOptions } from 'backtrace-node';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import express from 'express';

2

lib/metrics/metricsStorage.js

@@ -51,3 +51,3 @@ "use strict";

this._hostUrl = 'https://api.circonus.com/module/httptrap/';
this._url = this._hostUrl + "/" + this.uuid + "/" + this.secret;
this._url = "" + this._hostUrl + this.uuid + "/" + this.secret;
this._hostName = os_1.default.hostname().split('.')[0];

@@ -54,0 +54,0 @@ this._data = {};

@@ -0,0 +0,0 @@ import { Logger } from './../log/logger';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=appOptions.js.map

@@ -0,0 +0,0 @@ /// <reference types="node" />

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=configuration.js.map

@@ -0,0 +0,0 @@ import { Response } from 'express';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export interface IServiceDescriptor {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=serviceDescriptor.js.map

@@ -0,0 +0,0 @@ export declare class UnauthorizedError extends Error {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import express from 'express';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { IConfiguration } from './../model/configuration';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

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

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

@@ -9,3 +9,3 @@ import axios from 'axios';

'https://api.circonus.com/module/httptrap/';
private _url = `${this._hostUrl}/${this.uuid}/${this.secret}`;
private _url = `${this._hostUrl}${this.uuid}/${this.secret}`;

@@ -17,3 +17,3 @@ private readonly _hostName: string = os.hostname().split('.')[0];

_type: string;
_value: [number | string];
_value: number[];
};

@@ -20,0 +20,0 @@ } = {};

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