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
6
Versions
304
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 1.1.1 to 1.1.2

20

package.json
{
"name": "@0xsequence/account",
"version": "1.1.1",
"version": "1.1.2",
"description": "tools for migrating sequence wallets to new versions",

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

"ethers": "^5.5.2",
"@0xsequence/core": "1.1.1",
"@0xsequence/migration": "1.1.1",
"@0xsequence/network": "1.1.1",
"@0xsequence/relayer": "1.1.1",
"@0xsequence/sessions": "1.1.1",
"@0xsequence/utils": "1.1.1",
"@0xsequence/wallet": "1.1.1"
"@0xsequence/core": "1.1.2",
"@0xsequence/network": "1.1.2",
"@0xsequence/migration": "1.1.2",
"@0xsequence/relayer": "1.1.2",
"@0xsequence/sessions": "1.1.2",
"@0xsequence/utils": "1.1.2",
"@0xsequence/wallet": "1.1.2"
},

@@ -25,4 +25,4 @@ "devDependencies": {

"nyc": "^15.1.0",
"@0xsequence/signhub": "1.1.1",
"@0xsequence/tests": "1.1.1"
"@0xsequence/signhub": "1.1.2",
"@0xsequence/tests": "1.1.2"
},

@@ -29,0 +29,0 @@ "files": [

@@ -465,7 +465,3 @@ import { commons, universal } from '@0xsequence/core'

private buildEIP6492Signature(
signature: string,
status: AccountStatus,
chainId: ethers.BigNumberish
): string {
private buildEIP6492Signature(signature: string, status: AccountStatus, chainId: ethers.BigNumberish): string {
const bootstrapBundle = this.buildBootstrapTransactions(status, chainId)

@@ -481,6 +477,3 @@ if (bootstrapBundle.transactions.length === 0) {

return ethers.utils.solidityPack(
['bytes', 'bytes32'],
[encoded, commons.EIP6492.EIP_6492_SUFFIX]
)
return ethers.utils.solidityPack(['bytes', 'bytes32'], [encoded, commons.EIP6492.EIP_6492_SUFFIX])
}

@@ -487,0 +480,0 @@

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

export * from './account'
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