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.12 to 1.1.13

2

package.json
{
"name": "backtrace-service",
"version": "1.1.12",
"version": "1.1.13",
"description": "Common tools for Backtrace Node services",

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

@@ -209,2 +209,12 @@ # Backtrace Service Layer nodejs library

#### loginCoronerd
A service may login to a coronerd via its base URL using this method. This
performs a login using the service HMAC exchange, returning a configuration
that includes a token usable for service purposes.
```javascript
const cfg = await identityManager.loginCoronerd("https://foo.sp.backtrace.io");
```
#### GetConfiguration

@@ -211,0 +221,0 @@

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