Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "sntp", | ||
"description": "SNTP Client", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"author": "Eran Hammer <eran@hammer.io> (http://hueniverse.com)", | ||
@@ -6,0 +6,0 @@ "contributors": [], |
@@ -113,3 +113,3 @@ // Load modules | ||
expect(time).to.not.exist; | ||
expect(err.message).to.equal('getaddrinfo EIO'); | ||
expect(err.message).to.contain('getaddrinfo'); | ||
done(); | ||
@@ -116,0 +116,0 @@ }); |
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
28160