@simplewebauthn/server
Advanced tools
Comparing version 7.4.0 to 8.0.0-alpha.0
@@ -5,18 +5,15 @@ MIT License | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and | ||
associated documentation files (the "Software"), to deal in the Software without restriction, | ||
including without limitation the rights to use, copy, modify, merge, publish, distribute, | ||
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
The above copyright notice and this permission notice shall be included in all copies or substantial | ||
portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT | ||
NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES | ||
OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | ||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
{ | ||
"module": "./esm/index.js", | ||
"main": "./script/index.js", | ||
"name": "@simplewebauthn/server", | ||
"version": "7.4.0", | ||
"version": "8.0.0-alpha.0", | ||
"description": "SimpleWebAuthn for Servers", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": "./dist/index.js", | ||
"./helpers": "./dist/helpers/index.js" | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
"./dist/index.d.ts": [ | ||
"./dist/index.d.ts" | ||
], | ||
"helpers": [ | ||
"./dist/helpers/index.d.ts" | ||
] | ||
} | ||
}, | ||
"license": "MIT", | ||
"author": "Matthew Miller <matthew@millerti.me>", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/MasterKale/SimpleWebAuthn.git", | ||
"url": "git+https://github.com/MasterKale/SimpleWebAuthn.git", | ||
"directory": "packages/server" | ||
@@ -32,13 +18,5 @@ }, | ||
}, | ||
"engines": { | ||
"node": ">=16.0.0" | ||
"bugs": { | ||
"url": "https://github.com/MasterKale/SimpleWebAuthn/issues" | ||
}, | ||
"scripts": { | ||
"build": "rimraf dist && tsc", | ||
"build:lerna-debug": "rimraf dist && tsc > output.txt; cat output.txt; rm output.txt", | ||
"test": "jest", | ||
"test:watch": "jest --watch", | ||
"test:coverage": "npm test -- --coverage", | ||
"prepublish": "npm run build" | ||
}, | ||
"keywords": [ | ||
@@ -51,18 +29,35 @@ "typescript", | ||
], | ||
"typesVersions": { | ||
"*": { | ||
".": [ | ||
"esm/index.d.ts" | ||
], | ||
"helpers": [ | ||
"esm/helpers/index.d.ts" | ||
] | ||
} | ||
}, | ||
"exports": { | ||
".": { | ||
"import": "./esm/index.js", | ||
"require": "./script/index.js" | ||
}, | ||
"./helpers": { | ||
"import": "./esm/helpers/index.js", | ||
"require": "./script/helpers/index.js" | ||
} | ||
}, | ||
"dependencies": { | ||
"@hexagon/base64": "^1.1.25", | ||
"@peculiar/asn1-android": "^2.3.3", | ||
"@peculiar/asn1-ecc": "^2.3.4", | ||
"@peculiar/asn1-rsa": "^2.3.4", | ||
"@peculiar/asn1-schema": "^2.3.3", | ||
"@peculiar/asn1-x509": "^2.3.4", | ||
"@simplewebauthn/iso-webcrypto": "^7.4.0", | ||
"@simplewebauthn/typescript-types": "^7.4.0", | ||
"@types/debug": "^4.1.7", | ||
"@types/node": "^18.11.9", | ||
"cbor-x": "^1.4.1", | ||
"cross-fetch": "^3.1.5", | ||
"debug": "^4.3.2" | ||
}, | ||
"gitHead": "f21955a5947f575858db0cd9ee728abc6b5f4310" | ||
} | ||
"@hexagon/base64": "^1.1.27", | ||
"@peculiar/asn1-android": "^2.3.6", | ||
"@peculiar/asn1-ecc": "^2.3.6", | ||
"@peculiar/asn1-rsa": "^2.3.6", | ||
"@peculiar/asn1-schema": "^2.3.6", | ||
"@peculiar/asn1-x509": "^2.3.6", | ||
"@simplewebauthn/typescript-types": "^8.0.0-alpha.0", | ||
"@types/debug": "^4.1.8", | ||
"cbor-x": "^1.5.2", | ||
"cross-fetch": "^4.0.0", | ||
"debug": "^4.3.4" | ||
} | ||
} |
<!-- omit in toc --> | ||
# @simplewebauthn/server | ||
@@ -23,7 +24,10 @@ | ||
You can find in-depth documentation on this package here: https://simplewebauthn.dev/docs/packages/server | ||
You can find in-depth documentation on this package here: | ||
https://simplewebauthn.dev/docs/packages/server | ||
## Supported Attestation Formats | ||
SimpleWebAuthn supports [all current WebAuthn attestation formats](https://w3c.github.io/webauthn/#sctn-defined-attestation-formats), including: | ||
SimpleWebAuthn supports | ||
[all current WebAuthn attestation formats](https://w3c.github.io/webauthn/#sctn-defined-attestation-formats), | ||
including: | ||
@@ -30,0 +34,0 @@ - **Android Key** |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
458522
11
265
10760
0
40
1
4
+ Added@simplewebauthn/typescript-types@8.3.4(transitive)
+ Addedcross-fetch@4.0.0(transitive)
- Removed@simplewebauthn/iso-webcrypto@^7.4.0
- Removed@types/node@^18.11.9
- Removed@simplewebauthn/iso-webcrypto@7.4.0(transitive)
- Removed@simplewebauthn/typescript-types@7.4.0(transitive)
- Removed@types/node@18.19.66(transitive)
- Removedcross-fetch@3.1.8(transitive)
- Removedundici-types@5.26.5(transitive)
Updated@hexagon/base64@^1.1.27
Updated@peculiar/asn1-ecc@^2.3.6
Updated@peculiar/asn1-rsa@^2.3.6
Updated@peculiar/asn1-schema@^2.3.6
Updated@peculiar/asn1-x509@^2.3.6
Updated@types/debug@^4.1.8
Updatedcbor-x@^1.5.2
Updatedcross-fetch@^4.0.0
Updateddebug@^4.3.4