Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ntp-time

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ntp-time - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

6

index.d.ts

@@ -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;
}

2

package.json
{
"name": "ntp-time",
"version": "1.1.1",
"version": "1.1.2",
"description": "A ntp library for nodejs",

@@ -5,0 +5,0 @@ "main": "index.js",

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