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

sntp

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sntp - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

6

lib/index.js

@@ -134,5 +134,7 @@ // Load modules

socket.send(message, 0, message.length, settings.port, settings.host, function (err) {
socket.send(message, 0, message.length, settings.port, settings.host, function (err, bytes) {
if (err) {
if (err ||
bytes !== 48) {
return finish(err || new Error('Could not send entire message'));

@@ -139,0 +141,0 @@ }

{
"name": "sntp",
"description": "SNTP Client",
"version": "1.0.2",
"version": "1.0.3",
"author": "Eran Hammer <eran@hueniverse.com> (http://hueniverse.com)",

@@ -6,0 +6,0 @@ "contributors": [],

Sorry, the diff of this file is not supported yet

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