Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@simplewebauthn/typescript-types

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@simplewebauthn/typescript-types - npm Package Compare versions

Comparing version 8.0.0-alpha.0 to 8.0.0

2

package.json

@@ -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';
```
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