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

@0xsequence/account

Package Overview
Dependencies
Maintainers
5
Versions
306
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsequence/account - npm Package Compare versions

Comparing version 0.0.0-20230309013947 to 0.0.0-20230309211731

3

dist/0xsequence-account.cjs.dev.js

@@ -435,5 +435,6 @@ 'use strict';

async gasRefundQuotes(txs, chainId, stubSignatureOverrides, status) {
const transactions = core.commons.transaction.fromTransactionish(this.address, txs);
const wstatus = status || (await this.status(chainId));
const wallet = this.walletForStatus(chainId, wstatus);
const predecorated = await this.predecorateTransactions(txs, wstatus, chainId);
const transactions = core.commons.transaction.fromTransactionish(this.address, predecorated);

@@ -440,0 +441,0 @@ // We can't sign the transactions (because we don't want to bother the user)

@@ -435,5 +435,6 @@ 'use strict';

async gasRefundQuotes(txs, chainId, stubSignatureOverrides, status) {
const transactions = core.commons.transaction.fromTransactionish(this.address, txs);
const wstatus = status || (await this.status(chainId));
const wallet = this.walletForStatus(chainId, wstatus);
const predecorated = await this.predecorateTransactions(txs, wstatus, chainId);
const transactions = core.commons.transaction.fromTransactionish(this.address, predecorated);

@@ -440,0 +441,0 @@ // We can't sign the transactions (because we don't want to bother the user)

@@ -431,5 +431,6 @@ import { defaults, migrator, version } from '@0xsequence/migration';

async gasRefundQuotes(txs, chainId, stubSignatureOverrides, status) {
const transactions = commons.transaction.fromTransactionish(this.address, txs);
const wstatus = status || (await this.status(chainId));
const wallet = this.walletForStatus(chainId, wstatus);
const predecorated = await this.predecorateTransactions(txs, wstatus, chainId);
const transactions = commons.transaction.fromTransactionish(this.address, predecorated);

@@ -436,0 +437,0 @@ // We can't sign the transactions (because we don't want to bother the user)

{
"name": "@0xsequence/account",
"version": "0.0.0-20230309013947",
"version": "0.0.0-20230309211731",
"description": "tools for migrating sequence wallets to new versions",

@@ -12,14 +12,14 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/account",

"dependencies": {
"@0xsequence/core": "0.0.0-20230309013947",
"@0xsequence/migration": "0.0.0-20230309013947",
"@0xsequence/network": "0.0.0-20230309013947",
"@0xsequence/relayer": "0.0.0-20230309013947",
"@0xsequence/sessions": "0.0.0-20230309013947",
"@0xsequence/utils": "0.0.0-20230309013947",
"@0xsequence/wallet": "0.0.0-20230309013947",
"@0xsequence/core": "0.0.0-20230309211731",
"@0xsequence/migration": "0.0.0-20230309211731",
"@0xsequence/network": "0.0.0-20230309211731",
"@0xsequence/relayer": "0.0.0-20230309211731",
"@0xsequence/sessions": "0.0.0-20230309211731",
"@0xsequence/utils": "0.0.0-20230309211731",
"@0xsequence/wallet": "0.0.0-20230309211731",
"ethers": "^5.5.2"
},
"devDependencies": {
"@0xsequence/signhub": "0.0.0-20230309013947",
"@0xsequence/tests": "0.0.0-20230309013947",
"@0xsequence/signhub": "0.0.0-20230309211731",
"@0xsequence/tests": "0.0.0-20230309211731",
"@istanbuljs/nyc-config-typescript": "^1.0.2",

@@ -26,0 +26,0 @@ "nyc": "^15.1.0"

@@ -627,3 +627,2 @@

}> {
const transactions = commons.transaction.fromTransactionish(this.address, txs)

@@ -633,2 +632,5 @@ const wstatus = status || await this.status(chainId)

const predecorated = await this.predecorateTransactions(txs, wstatus, chainId)
const transactions = commons.transaction.fromTransactionish(this.address, predecorated)
// We can't sign the transactions (because we don't want to bother the user)

@@ -635,0 +637,0 @@ // so we use the latest configuration to build a "stub" signature, the relayer

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