Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "authy", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Authy.com API lib for node.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
var apikey = "41f3fe0a27e1c9cba05c30933811a2b8"; | ||
var authy = require('../authy')(apikey,'http://sandbox-api.authy.com'); | ||
var authy = require('../index')(apikey,'http://sandbox-api.authy.com'); | ||
@@ -34,3 +34,2 @@ var test_user = {email: 'baldwin@andyet.net', phone: '509-555-1212', country: 'UK'}; | ||
authy.verify(test_user.id, '0000000', function (err, res) { | ||
console.log(res); | ||
test.ok(res); | ||
@@ -37,0 +36,0 @@ test.done(); |
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
6706
143