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

authy

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

authy - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

index.js

2

package.json
{
"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();

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