Socket
Socket
Sign inDemoInstall

yub

Package Overview
Dependencies
60
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.10.9 to 0.10.10

6

lib/yub.js

@@ -98,4 +98,6 @@ var crypto = require('crypto');

request({ uri: uri, qs: params}, function (err, res, body) {
// error
if (err) {
return callback(err, null);
}
if (res.statusCode !== 200) {

@@ -168,2 +170,2 @@ return callback(true, null);

verifyOffline: verifyOffline
};
};
{
"name": "yub",
"version": "0.10.9",
"version": "0.10.10",
"description": "Yubico Yubikey API Client for Node.js",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc