Socket
Socket
Sign inDemoInstall

yub

Package Overview
Dependencies
23
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.10.7 to 0.10.8

3

example/test.js

@@ -16,3 +16,4 @@

}
if (data.signatureVerified && data.nonceVerified && data.status == "OK") {
console.log(data);
if (data.valid) {
console.log(data);

@@ -19,0 +20,0 @@ process.exit(0);

@@ -126,2 +126,5 @@ var crypto = require('crypto');

body.serial = modhex.decodeInt(body.identity);
body.valid = (body.signatureVerified && body.nonceVerified)
} else {
body.valid = false;
}

@@ -128,0 +131,0 @@

{
"name": "yub",
"version": "0.10.7",
"version": "0.10.8",
"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