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

@aptos-labs/wallet-adapter-core

Package Overview
Dependencies
Maintainers
2
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aptos-labs/wallet-adapter-core - npm Package Compare versions

Comparing version 4.9.0 to 4.10.0

4

./dist/index.js

@@ -66,3 +66,3 @@ "use strict";

// src/version.ts
var WALLET_ADAPTER_CORE_VERSION = "4.9.0";
var WALLET_ADAPTER_CORE_VERSION = "4.10.0";

@@ -82,3 +82,3 @@ // src/WalletCore.ts

if (typeof window !== "undefined") {
sdkWallets.push(new import_wallet_adapter_plugin.AptosConnectWallet({ network: dappConfig == null ? void 0 : dappConfig.network }));
sdkWallets.push(new import_wallet_adapter_plugin.AptosConnectWallet({ network: dappConfig == null ? void 0 : dappConfig.network, dappId: dappConfig == null ? void 0 : dappConfig.aptosConnectDappId }));
}

@@ -85,0 +85,0 @@ if ((dappConfig == null ? void 0 : dappConfig.network) === import_ts_sdk.Network.MAINNET) {

@@ -66,3 +66,3 @@ "use strict";

// src/version.ts
var WALLET_ADAPTER_CORE_VERSION = "4.9.0";
var WALLET_ADAPTER_CORE_VERSION = "4.10.0";

@@ -82,3 +82,3 @@ // src/WalletCore.ts

if (typeof window !== "undefined") {
sdkWallets.push(new import_wallet_adapter_plugin.AptosConnectWallet({ network: dappConfig == null ? void 0 : dappConfig.network }));
sdkWallets.push(new import_wallet_adapter_plugin.AptosConnectWallet({ network: dappConfig == null ? void 0 : dappConfig.network, dappId: dappConfig == null ? void 0 : dappConfig.aptosConnectDappId }));
}

@@ -85,0 +85,0 @@ if ((dappConfig == null ? void 0 : dappConfig.network) === import_ts_sdk.Network.MAINNET) {

@@ -1,2 +0,2 @@

export declare const WALLET_ADAPTER_CORE_VERSION = "4.9.0";
export declare const WALLET_ADAPTER_CORE_VERSION = "4.10.0";
//# sourceMappingURL=version.d.ts.map
{
"name": "@aptos-labs/wallet-adapter-core",
"version": "4.9.0",
"version": "4.10.0",
"description": "Aptos Wallet Adapter Core",

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

"tweetnacl": "^1.0.3",
"@atomrigslab/aptos-wallet-adapter": "^0.1.12",
"@atomrigslab/aptos-wallet-adapter": "^0.1.20",
"@aptos-connect/wallet-adapter-plugin": "^1.0.1"

@@ -49,0 +49,0 @@ },

@@ -12,3 +12,3 @@ import { DevTWallet, TWallet } from "@atomrigslab/aptos-wallet-adapter";

if (typeof window !== "undefined") {
sdkWallets.push(new AptosConnectWallet({ network: dappConfig?.network }));
sdkWallets.push(new AptosConnectWallet({ network: dappConfig?.network, dappId: dappConfig?.aptosConnectDappId }));
}

@@ -15,0 +15,0 @@

@@ -1,1 +0,1 @@

export const WALLET_ADAPTER_CORE_VERSION = "4.9.0";
export const WALLET_ADAPTER_CORE_VERSION = "4.10.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

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