Socket
Socket
Sign inDemoInstall

@github/webauthn-json

Package Overview
Dependencies
0
Maintainers
20
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.2-pre2 to 2.0.2-pre3

2

dist/bin/main.js

@@ -120,3 +120,3 @@ #!/usr/bin/env node

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

@@ -123,0 +123,0 @@ } else {

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

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

"format": "npx rome format --write src",
"prepack": "npm run clean && npm run build",
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
"prepack": "npm run clean && npm run build"
},

@@ -57,0 +56,0 @@ "keywords": [

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