@bugsnag/core-performance
Advanced tools
Comparing version 0.2.0 to 0.3.0
export declare function millisecondsToNanoseconds(milliseconds: number): number; | ||
export interface Clock { | ||
now: () => number; | ||
date: () => Date; | ||
convert: (date: Date) => number; | ||
@@ -5,0 +6,0 @@ toUnixTimestampNanoseconds: (time: number) => string; |
{ | ||
"name": "@bugsnag/core-performance", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Core performance client", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
], | ||
"gitHead": "01cf746ea73d61a88eb9351d68f70867cb2fbbef" | ||
"gitHead": "076d6311e6534e8ed2bdacb82cd3bcfeb2033ffd" | ||
} |
Sorry, the diff of this file is not supported yet
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
79233
1426