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

@simplewebauthn/server

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@simplewebauthn/server - npm Package Compare versions

Comparing version 7.0.1 to 7.2.0

8

dist/registration/generateRegistrationOptions.js

@@ -45,6 +45,8 @@ "use strict";

/**
* Filter out known bad/deprecated/etc... algorithm ID's so they're not used for new attestations.
* See https://www.iana.org/assignments/cose/cose.xhtml#algorithms
* Use the most commonly-supported algorithms
* See the following:
* - https://www.iana.org/assignments/cose/cose.xhtml#algorithms
* - https://w3c.github.io/webauthn/#dom-publickeycredentialcreationoptions-pubkeycredparams
*/
const defaultSupportedAlgorithmIDs = exports.supportedCOSEAlgorithmIdentifiers.filter(id => id !== -65535);
const defaultSupportedAlgorithmIDs = [-8, -7, -257];
/**

@@ -51,0 +53,0 @@ * Prepare a value to pass into navigator.credentials.create(...) for authenticator "registration"

{
"name": "@simplewebauthn/server",
"version": "7.0.1",
"version": "7.2.0",
"description": "SimpleWebAuthn for Servers",

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

"@peculiar/asn1-x509": "^2.3.4",
"@simplewebauthn/iso-webcrypto": "^7.0.1",
"@simplewebauthn/iso-webcrypto": "^7.2.0",
"@simplewebauthn/typescript-types": "*",
"@types/debug": "^4.1.7",
"@types/node": "^18.11.9",
"cbor-x": "^1.4.1",

@@ -63,8 +66,3 @@ "cross-fetch": "^3.1.5",

},
"gitHead": "f86a831139bc63254816e0f1fe44b05c0c784800",
"devDependencies": {
"@simplewebauthn/typescript-types": "*",
"@types/debug": "^4.1.7",
"@types/node": "^18.11.9"
}
"gitHead": "73630d7431abde0f13cabc601c7821135d95b18c"
}

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