node-ntp-sync icon indicating copy to clipboard operation
node-ntp-sync copied to clipboard

NTP synchronization package for Node.js.

Results 14 node-ntp-sync issues
Sort by recently updated
recently updated
newest added

Hey @luk3skyw4lker, thank you for your great work. I'm looking for high precision time synchronization with JS and this package seems to do exactly this. However, I was not able...

When a NTP request returns a response that is not of the proper length, an error was thrown which was not handled. This addresses that.

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.4 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...

dependencies

When inspecting some values other than the time in the NTP response from the server, I noticed that the originate timestamp is always set to the NTP Offset 2208988800. Here...

The packet type is different with the actual value. declared type is: https://github.com/luk3skyw4lker/node-ntp-sync/blob/4c79eb40a7fc8b344a4d5f9428f8973a2799b7c0/index.d.ts#L1-L19 and this is what I got: ```text NTPPacket { mode: 4, leap: 0, version: 3, stratum: 1,...

The server example in the readme doesn't seem to work. This is possibly due to `transmitTimestamp` which differs from `examples/server.js` which uses a field called `txTimestamp`. Fixing this alone doesn't...

Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. Changelog Sourced from cross-spawn's changelog. 7.0.6 (2024-11-18) Bug Fixes update cross-spawn version to 7.0.5 in package-lock.json (f700743) 7.0.5 (2024-11-07) Bug Fixes fix escaping bug...

dependencies

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.14.2. Changelog Sourced from js-yaml's changelog. [3.14.2] - 2025-11-15 Security Backported v4.1.1 fix to v3 [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml...

dependencies
javascript

Bumps [form-data](https://github.com/form-data/form-data) from 3.0.1 to 3.0.4. Release notes Sourced from form-data's releases. v3.0.2 Fixes npmignore temporary build files (#532) move util.isArray to Array.isArray (#564) Tests migrate from travis to GHA...

dependencies
javascript

What --- Fixes incorrect grammar usage in error message `answered -> answer`