Socket
Book a DemoSign in
Socket

@coinflowlabs/angular

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coinflowlabs/angular - npm Package Compare versions

Comparing version
1.7.1
to
1.7.2
+1
-1
package.json
{
"name": "@coinflowlabs/angular",
"version": "1.7.1",
"version": "1.7.2",
"peerDependencies": {

@@ -5,0 +5,0 @@ "@angular/common": "^19.2.17",

@@ -7,2 +7,6 @@ # Coinflowlabs

## 1.7.2
- Fixed typing for sessionKey being not present when passing the wallet object
## 1.7.1

@@ -9,0 +13,0 @@

@@ -923,2 +923,3 @@ import { PublicKey, Transaction, VersionedTransaction, Signer, Connection } from '@solana/web3.js';

onSuccess?: OnSuccessMethod;
sessionKey?: string;
onAuthDeclined?: OnAuthDeclinedMethod;

@@ -925,0 +926,0 @@ webhookInfo?: {

Sorry, the diff of this file is too big to display