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

@0xsequence/core

Package Overview
Dependencies
Maintainers
6
Versions
316
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

to
0.0.0-20230825081759

1

dist/declarations/src/commons/context.d.ts

@@ -19,1 +19,2 @@ import { ethers } from 'ethers';

export declare function latestContext(contexts: VersionedContext): WalletContext;
export declare const defaultContexts: VersionedContext;

4

package.json
{
"name": "@0xsequence/core",
"version": "0.0.0-20230809213211",
"version": "0.0.0-20230825081759",
"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": "0.0.0-20230809213211"
"@0xsequence/abi": "0.0.0-20230825081759"
},

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

import { ethers } from 'ethers'
import { allVersions } from '..'
import { DeployedWalletContext as context1 } from '../v1'
import { DeployedWalletContext as context2 } from '../v2'
export type WalletContext = {

@@ -105,1 +108,6 @@ version: number

}
export const defaultContexts: VersionedContext = {
1: context1,
2: context2
}

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