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 1.1.3 to 1.1.4

3

lib/identity/identity.js

@@ -138,6 +138,7 @@ "use strict";

logger('error', request.ip + ": missing internal params token: " + token + " || url: " + url);
response.status(500).send({
response.status(400).send({
status: 'error',
error: 'internal error',
});
return;
}

@@ -144,0 +145,0 @@ // let result: AxiosResponse<IServerConfiguration>;

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

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

@@ -115,6 +115,7 @@ import axios, { AxiosResponse } from 'axios';

logger('error', `${request.ip}: missing internal params token: ${token} || url: ${url}`);
response.status(500).send({
response.status(400).send({
status: 'error',
error: 'internal error',
});
return;
}

@@ -121,0 +122,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