backtrace-service
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "backtrace-service", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Backtrace Service middleware", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -9,5 +9,5 @@ # Backtrace Service Layer nodejs library | ||
``` | ||
const svclayer = require('backtrace-svclayer'); | ||
const btservice = require('backtrace-service'); | ||
const atokens = ["asdfghjk"]; | ||
app.post("${url_prefix}/service", svclayer.serviceRequest({ | ||
app.post("${url_prefix}/service", btservice.serviceRequest({ | ||
authTokens: atokens, | ||
@@ -14,0 +14,0 @@ coronerdCallback: (url) => { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37975