Socket
Socket
Sign inDemoInstall

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 0.2.0 to 0.2.1

14

lib/index.js

@@ -319,3 +319,8 @@ // Load modules

return callback(null, internals.last.offset);
process.nextTick(function () {
callback(null, internals.last.offset);
});
return;
}

@@ -356,3 +361,8 @@

if (internals.now.intervalId) {
return callback();
process.nextTick(function () {
callback();
});
return;
}

@@ -359,0 +369,0 @@

2

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

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

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