New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fido2-lib

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fido2-lib - npm Package Compare versions

Comparing version 2.6.4 to 2.6.5

4

lib/certUtils.js

@@ -5,4 +5,4 @@ "use strict";

const pkijs = require("pkijs");
const WebCrypto = require("node-webcrypto-ossl");
const webcrypto = new WebCrypto();
const { Crypto } = require("node-webcrypto-ossl");
const webcrypto = new Crypto();

@@ -9,0 +9,0 @@ const {

{
"name": "fido2-lib",
"version": "2.6.4",
"version": "2.6.5",
"description": "A library for performing FIDO 2.0 / WebAuthn functionality",

@@ -57,3 +57,3 @@ "main": "index.js",

"node-jose": "^2.0.0",
"node-webcrypto-ossl": "^1.0.49",
"node-webcrypto-ossl": "^2.1.3",
"pkijs": "=2.1.58",

@@ -60,0 +60,0 @@ "psl": "^1.1.24",

Sorry, the diff of this file is not supported yet

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