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

u2f-api

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

u2f-api - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

5

lib/u2f-api.js

@@ -160,3 +160,3 @@ 'use strict';

const { appId } = registerRequests[ 0 ];
var appId = registerRequests[ 0 ].appId;

@@ -203,3 +203,4 @@ _u2f.register( appId, registerRequests, signRequests, cb, timeout );

const { appId, challenge } = signRequests[ 0 ];
var appId = signRequests[ 0 ].appId;
var challenge = signRequests[ 0 ].challenge;

@@ -206,0 +207,0 @@ _u2f.sign( appId, challenge, signRequests, cb, timeout );

2

package.json

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "0.1.1",
"version": "0.1.2",
"author": "Gustaf Räntilä <g.rantila@gmail.com>",

@@ -8,0 +8,0 @@ "repository": {

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