New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 0.10.0 to 0.10.4

dist/dom.d.ts

3

dist/index.d.ts
/**
* @packageDocumentation
* @module @simplewebauthn/typescript-types
* @preferred
*/
import type { AuthenticatorAssertionResponse, AuthenticatorAttestationResponse, AuthenticatorTransport, COSEAlgorithmIdentifier, PublicKeyCredential, PublicKeyCredentialCreationOptions, PublicKeyCredentialDescriptor, PublicKeyCredentialRequestOptions, PublicKeyCredentialUserEntity } from './dom';
export * from './dom';
/**

@@ -7,0 +8,0 @@ * A variant of PublicKeyCredentialCreationOptions suitable for JSON transmission to the browser to

{
"name": "@simplewebauthn/typescript-types",
"version": "0.10.0",
"version": "0.10.4",
"description": "TypeScript types used by the @simplewebauthn series of libraries",

@@ -19,3 +19,4 @@ "main": "dist/index.js",

"scripts": {
"build": "rimraf dist && tsc",
"build": "rimraf dist && npm run extract-dom-types && tsc",
"extract-dom-types": "ts-node extract-dom-types.ts",
"prepublish": "npm run build"

@@ -29,3 +30,3 @@ },

],
"gitHead": "30839edf84a46e15b1e3c45dbe5f6bb940dfc86a"
"gitHead": "9a360ddfe82a5dbe1bc2201aeb68139a95612b5e"
}
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