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.16 to 3.4.17

1

examples/simple.js

@@ -59,2 +59,3 @@ #!/usr/bin/env node

'/api/simple/service',
Express.json(),
idm.serviceRequest({

@@ -61,0 +62,0 @@ coronerdCallback: (url) => {

6

lib/config/config.js

@@ -39,3 +39,2 @@ "use strict";

var url = __importStar(require("url"));
var packageUtils_1 = require("../utils/packageUtils");
var logger_1 = require("./../log/logger");

@@ -91,7 +90,2 @@ // XXX: better default?

if (cluster_1.default.isPrimary) {
if (packageUtils_1.PackageUtils.isPackage) {
cluster_1.default.setupPrimary({
execArgv: [],
});
}
var numWorkers = Number.isInteger(clusterSupport)

@@ -98,0 +92,0 @@ ? clusterSupport

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

}
if (process.env.BACKTRACE_SERVICE_ETC_PATH) {
configurationPaths.unshift("".concat(process.env.BACKTRACE_SERVICE_ETC_PATH, "/").concat(serviceName, ".conf"));
}
return configurationPaths;

@@ -60,0 +63,0 @@ };

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

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

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