Socket
Socket
Sign inDemoInstall

@github/webauthn-json

Package Overview
Dependencies
0
Maintainers
18
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.1 to 0.6.2

extended/package.json

4

dist/bin/main.js

@@ -1,3 +0,1 @@

const version = "0.6.1";
// src/webauthn-json/convert.ts

@@ -106,3 +104,3 @@ var copyValue = "copy";

if (command === "schema") {
const schemaWithVersion = { ...schema, version };
const schemaWithVersion = { ...schema, version: "0.6.2" };
console.log(JSON.stringify(schemaWithVersion, null, " "));

@@ -109,0 +107,0 @@ } else {

{
"name": "@github/webauthn-json",
"version": "0.6.1",
"version": "0.6.2",
"description": "A wrapper for the webauthn API that adapts input/output values to plain JSON with base64url.",

@@ -11,3 +11,3 @@ "author": "GitHub, Inc. <opensource+webauthn-json@github.com>",

"types": "dist/types/index.d.ts",
"bin": "dist/bin/webauthn-json-bin.js",
"bin": "dist/bin/main.js",
"exports": {

@@ -65,3 +65,12 @@ ".": {

"quoteProps": "consistent"
}
},
"files": [
"/LICENSE.md",
"/README.md",
"/package.json",
"/package-lock.json",
"/dist/**/*",
"/extended/**/*",
"/src/webauthn-json/**/*"
]
}

Sorry, the diff of this file is not supported yet

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