Socket
Socket
Sign inDemoInstall

@0xsequence/core

Package Overview
Dependencies
Maintainers
6
Versions
264
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsequence/core - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

8

dist/declarations/src/commons/reader.d.ts
import { ethers } from "ethers";
import { commons } from "..";
/**

@@ -19,9 +18,4 @@ * Provides stateful information about the wallet.

readonly provider: ethers.providers.Provider;
readonly contexts?: {
[key: number]: commons.context.WalletContext;
} | undefined;
private isDeployedCache;
constructor(provider: ethers.providers.Provider, contexts?: {
[key: number]: commons.context.WalletContext;
} | undefined);
constructor(provider: ethers.providers.Provider);
private module;

@@ -28,0 +22,0 @@ isDeployed(wallet: string): Promise<boolean>;

4

package.json
{
"name": "@0xsequence/core",
"version": "1.0.2",
"version": "1.0.3",
"description": "core primitives for interacting with the sequence wallet contracts",

@@ -23,3 +23,3 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/core",

"dependencies": {
"@0xsequence/abi": "1.0.2"
"@0xsequence/abi": "1.0.3"
},

@@ -26,0 +26,0 @@ "scripts": {

@@ -30,4 +30,3 @@ import { walletContracts } from "@0xsequence/abi"

constructor(
public readonly provider: ethers.providers.Provider,
public readonly contexts?: { [key: number]: commons.context.WalletContext }
public readonly provider: ethers.providers.Provider
) {}

@@ -34,0 +33,0 @@

@@ -14,3 +14,3 @@ import { WalletContext } from '../commons/context'

mainModuleUpgradable: '0x7EFE6cE415956c5f80C6530cC6cc81b4808F6118',
walletCreationCode: '',
walletCreationCode: '0x603a600e3d39601a805130553df3363d3d373d3d3d363d30545af43d82803e903d91601857fd5bf3',
}

@@ -24,3 +24,3 @@ import { WalletContext } from '../commons/context'

mainModuleUpgradable: '0x4222dcA3974E39A8b41c411FeDDE9b09Ae14b911',
walletCreationCode: '',
walletCreationCode: '0x603a600e3d39601a805130553df3363d3d373d3d3d363d30545af43d82803e903d91601857fd5bf3',
}

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

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

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

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