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

@cardano-foundation/cardano-connect-with-wallet-core

Package Overview
Dependencies
Maintainers
6
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cardano-foundation/cardano-connect-with-wallet-core - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

7

CHANGELOG.md
# Changelog
## [0.2.3](https://github.com/cardano-foundation/cardano-connect-with-wallet/compare/cardano-connect-with-wallet-core-v0.2.2...cardano-connect-with-wallet-core-v0.2.3) (2023-08-10)
### Bug Fixes
* getRewardAddresses is not part of wallet object. Therefore checking the enable function ([8751130](https://github.com/cardano-foundation/cardano-connect-with-wallet/commit/875113097c374b7403fd3a6d31774a132cd282b5))
## [0.2.2](https://github.com/cardano-foundation/cardano-connect-with-wallet/compare/cardano-connect-with-wallet-core-v0.2.1...cardano-connect-with-wallet-core-v0.2.2) (2023-08-09)

@@ -4,0 +11,0 @@

2

index.ts

@@ -307,3 +307,3 @@ import {

typeof cardano[walletName] !== 'undefined' &&
typeof cardano[walletName].getRewardAddresses === 'function'
typeof cardano[walletName].enable === 'function'
) {

@@ -310,0 +310,0 @@ let api: any = {};

{
"name": "@cardano-foundation/cardano-connect-with-wallet-core",
"version": "0.2.2",
"version": "0.2.3",
"description": "Framework-independent CIP-0030 wrapper functions that allow a smooth build of wallet interaction components",

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

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

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