backtrace-service
Advanced tools
Comparing version 2.0.12 to 2.0.13
@@ -18,4 +18,4 @@ import { ArgumentParser } from 'argparse'; | ||
*/ | ||
argParserMutation: (argumentParser: ArgumentParser) => void; | ||
argParserMutation?: (argumentParser: ArgumentParser) => void; | ||
coronerdCallback?: (ip: string) => void; | ||
} |
{ | ||
"name": "backtrace-service", | ||
"version": "2.0.12", | ||
"version": "2.0.13", | ||
"description": "Common tools for Backtrace Node services", | ||
@@ -5,0 +5,0 @@ "author": "Backtrace", |
@@ -18,4 +18,4 @@ import { ArgumentParser } from 'argparse'; | ||
*/ | ||
argParserMutation: (argumentParser: ArgumentParser) => void; | ||
argParserMutation?: (argumentParser: ArgumentParser) => void; | ||
coronerdCallback?: (ip: string) => void; | ||
} |
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
183032