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 3.1.1 to 3.1.2

4

package.json
{
"name": "fido2-lib",
"version": "3.1.1",
"version": "3.1.2",
"description": "A library for performing FIDO 2.0 / WebAuthn functionality",

@@ -29,3 +29,3 @@ "type": "module",

],
"author": "Adam Powers, JamesCullum & Contributors",
"author": "Adam Powers, JamesCullum, Hexagon & Contributors",
"license": "MIT",

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

@@ -19,6 +19,6 @@ [![Node/Deno CI](https://github.com/webauthn-open-source/fido2-lib/actions/workflows/test.yml/badge.svg)](https://github.com/webauthn-open-source/fido2-lib/actions/workflows/test.yml)

```js
import { Fido2Lib } from "https://cdn.jsdelivr.net/npm/fido2-lib@3.1.0/dist/main.js";
import { Fido2Lib } from "https://cdn.jsdelivr.net/npm/fido2-lib@latest/dist/main.js";
```
It is highly recommended that you read [deno.land/manual/linking_to_external_code/integrity_checking](https://deno.land/manual/linking_to_external_code/integrity_checking) to make sure your dependencies, including fido2-lib, is integrity checked.
It is highly recommended that you read [this guide](https://deno.land/manual/linking_to_external_code/integrity_checking) to make sure your dependencies, including fido2-lib, are integrity checked.

@@ -25,0 +25,0 @@ A short example on how to generate a lock file in Deno 1.x

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