Socket
Socket
Sign inDemoInstall

@0xpass/passport

Package Overview
Dependencies
Maintainers
3
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xpass/passport - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

6

CHANGELOG.md
# @0xpass/passport
## 2.1.4
### Patch Changes
- 4168ca9: Added PublicKeyCredential as output of RegistrationResponse
## 2.1.3

@@ -4,0 +10,0 @@

1

dist/index.js

@@ -275,2 +275,3 @@ import axios from 'axios';

}
finishRegResult.attestation = attestation;
return finishRegResult;

@@ -277,0 +278,0 @@ };

@@ -71,2 +71,3 @@ import { LambdaExecutable, NewLambda } from "./lambda";

error: any;
attestation: PublicKeyCredential;
};

@@ -73,0 +74,0 @@ export type DelegatedRegisterAccountParams = {

2

package.json
{
"name": "@0xpass/passport",
"version": "2.1.3",
"version": "2.1.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -314,2 +314,4 @@ import axios from "axios";

finishRegResult.attestation = attestation;
return finishRegResult;

@@ -316,0 +318,0 @@ };

@@ -108,2 +108,3 @@ import { LambdaExecutable, NewLambda } from "./lambda";

error: any;
attestation: PublicKeyCredential;
};

@@ -110,0 +111,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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