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.4 to 0.0.5

16

index.js

@@ -29,3 +29,5 @@ var request = require('request');

api_key: this.apiKey
}
},
jar: false,
strictSSL: true
}, function (err, res, body) {

@@ -49,3 +51,5 @@ if (!err) {

api_key: this.apiKey
}
},
jar: false,
strictSSL: true
}, function (err, res, body) {

@@ -77,3 +81,5 @@ if (!err) {

url: this.apiURL + "/protected/json/verify/" + token + "/" + id,
qs: qs
qs: qs,
jar: false,
strictSSL: true
}, function (err, res, body) {

@@ -105,3 +111,5 @@ if (!err) {

url: this.apiURL + "/protected/json/sms/" + id,
qs: qs
qs: qs,
jar: false,
strictSSL: true
}, function (err, res, body) {

@@ -108,0 +116,0 @@ if (!err) {

{
"name": "authy",
"version": "0.0.4",
"version": "0.0.5",
"description": "Authy.com API lib for node.js",

@@ -20,3 +20,5 @@ "main": "index.js",

"authy",
"security"
"security",
"two factor",
"2 factor"
],

@@ -26,4 +28,4 @@ "author": "Adam Baldwin <baldwin@andyet.net>",

"dependencies": {
"request": "~2.11.1"
"request": "~2.21.0"
}
}
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