@simplewebauthn/typescript-types
Advanced tools
Comparing version 8.0.0-alpha.0 to 8.0.0
@@ -6,3 +6,3 @@ { | ||
"name": "@simplewebauthn/typescript-types", | ||
"version": "8.0.0-alpha.0", | ||
"version": "8.0.0", | ||
"description": "TypeScript types used by the @simplewebauthn series of libraries", | ||
@@ -9,0 +9,0 @@ "license": "MIT", |
@@ -1,2 +0,2 @@ | ||
# @simplewebauthn/typescript-types | ||
# @simplewebauthn/typescript-types <!-- omit in toc --> | ||
@@ -7,1 +7,23 @@ ![WebAuthn](https://img.shields.io/badge/WebAuthn-Simplified-blueviolet?style=for-the-badge&logo=WebAuthn) | ||
TypeScript typings for **@simplewebauthn/server** and **@simplewebauthn/browser** | ||
- [Installation](#installation) | ||
- [Node LTS 16.x or higher](#node-lts-16x-or-higher) | ||
- [Deno v1.33.x or higher](#deno-v133x-or-higher) | ||
## Installation | ||
### Node LTS 16.x or higher | ||
This package is available on **npm**: | ||
```sh | ||
npm install @simplewebauthn/typescript-types | ||
``` | ||
### Deno v1.33.x or higher | ||
It is also available for import into Deno projects from **deno.land/x**: | ||
```ts | ||
import {...} from 'https://deno.land/x/simplewebauthn/deno/typescript-types.ts'; | ||
``` |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
25575
1
29
0