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.0.7 to 3.0.8-alpha

lib/identity/model/connectedCoronerd.d.ts

1

lib/identity/model/authRequestOptions.d.ts

@@ -10,4 +10,5 @@ import { IServerConfiguration } from './serverConfiguration';

url?: string;
service_to_coronerd_url?: string;
token?: string;
cfg?: IServerConfiguration;
}

2

package.json
{
"name": "backtrace-service",
"version": "3.0.7",
"version": "3.0.8-alpha",
"description": "Common tools for Backtrace Node services",

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

@@ -42,3 +42,3 @@ # Backtrace Service Layer nodejs library

their needs, e.g. `/api/config`, to reach that resource on the coronerd instance.
What data coronerd will send to service to register? Coronerd via HTTP POST will send in a request

@@ -49,2 +49,3 @@ body:

- url - coroner url (for example `https://yolo.sp.backtrace.io/`)
- service_to_coronerd_url - where the service should make requests to coronerd (default to url if omitted)
- nonce - auth token

@@ -51,0 +52,0 @@ - hmac - Hash Message Authentication Code

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