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.11-alpha.0.1 to 2.0.11

1

lib/index.d.ts

@@ -34,1 +34,2 @@ /**

export { ServiceConfiguration } from './service/serviceConfiguration';
export { ApiError } from './model/apiError';

@@ -30,2 +30,4 @@ "use strict";

exports.ServiceConfiguration = serviceConfiguration_1.ServiceConfiguration;
var apiError_1 = require("./model/apiError");
exports.ApiError = apiError_1.ApiError;
//# sourceMappingURL=index.js.map

3

lib/service/backtraceService.js

@@ -70,5 +70,2 @@ "use strict";

});
if (!name.startsWith('backtrace')) {
name = "backtrace-" + name;
}
process.title = name;

@@ -75,0 +72,0 @@ app.on('close', function () {

{
"name": "backtrace-service",
"version": "2.0.11-alpha.0.1",
"version": "2.0.11",
"description": "Common tools for Backtrace Node services",

@@ -10,3 +10,2 @@ "author": "Backtrace",

"test": "NODE_ENV=test jest",
"prepare": "yarn build",
"prepublishOnly": "yarn build",

@@ -13,0 +12,0 @@ "lint": "tslint -p ./tsconfig.json",

@@ -49,1 +49,3 @@ /**

export { ServiceConfiguration } from './service/serviceConfiguration';
export { ApiError } from './model/apiError';

@@ -50,5 +50,2 @@ import { json, urlencoded } from 'body-parser';

});
if (!name.startsWith('backtrace')) {
name = `backtrace-${name}`;
}
process.title = name;

@@ -55,0 +52,0 @@

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