New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dfns/sdk

Package Overview
Dependencies
Maintainers
12
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dfns/sdk - npm Package Compare versions

Comparing version 0.4.0-alpha.2 to 0.4.0

2

codegen/datamodel/Auth/types.d.ts

@@ -32,2 +32,4 @@ import { Email, EntityId, IntegerPositiveStrict, IsoDatetime, Username } from '../Foundations';

allowCredentials: AllowCredentials;
attestation: AuthenticatorAttestationOptions;
userVerification: AuthenticatorRequirementOptions;
};

@@ -34,0 +36,0 @@ export type UserLogin = {

2

package.json
{
"name": "@dfns/sdk",
"version": "0.4.0-alpha.2",
"version": "0.4.0",
"dependencies": {

@@ -5,0 +5,0 @@ "buffer": "6.0.3",

export type CredentialFactor = 'first' | 'second' | 'either';
export type CredentialKind = 'Key' | 'Fido2' | 'Password' | 'Totp' | 'RecoveryKey';
export type CredentialTransport = 'usb' | 'nfc' | 'ble' | 'internal';
export type UserVerificationRequirement = 'required' | 'preferred' | 'discouraged';
export type AllowCredential = {

@@ -27,2 +28,3 @@ type: 'public-key';

};
userVerification: UserVerificationRequirement;
};

@@ -29,0 +31,0 @@ export type KeyAssertion = {

@@ -1,5 +0,4 @@

import { AllowCredential, CredentialKind } from './signer';
import { AllowCredential, CredentialKind, UserVerificationRequirement } from './signer';
export type AuthenticatorAttachment = 'platform' | 'cross-platform';
export type ResidentKeyRequirement = 'required' | 'preferred' | 'discouraged';
export type UserVerificationRequirement = 'required' | 'preferred' | 'discouraged';
export type AttestationConveyancePreference = 'none' | 'indirect' | 'direct' | 'enterprise';

@@ -6,0 +5,0 @@ export type UserRegistrationChallenge = {

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