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
307
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.1.15 to 1.2.0

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": "1.1.15",
"version": "1.2.0",
"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.1.15"
"@0xsequence/abi": "1.2.0"
},

@@ -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

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