Comparing version 1.1.1 to 1.1.2
@@ -21,3 +21,8 @@ export interface NTPPacket { | ||
export interface NTPOptions { | ||
timeout: number; | ||
} | ||
declare class Client { | ||
constructor(server?: string, port?: number, options?: NTPOptions); | ||
syncTime(): Promise<NTPPacket>; | ||
@@ -27,3 +32,4 @@ } | ||
declare class Server { | ||
constructor(); | ||
handle(handler: Function): void; | ||
} |
{ | ||
"name": "ntp-time", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "A ntp library for nodejs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
14231
339