@simplewebauthn/server
Advanced tools
Comparing version 7.0.1 to 7.2.0
@@ -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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
0
5343
331888
13
1
+ Added@types/debug@^4.1.7
+ Added@types/node@^18.11.9
+ Added@simplewebauthn/typescript-types@8.3.4(transitive)
+ Added@types/debug@4.1.12(transitive)
+ Added@types/ms@2.1.0(transitive)