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

@0xsequence/sessions

Package Overview
Dependencies
Maintainers
6
Versions
306
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsequence/sessions - npm Package Compare versions

Comparing version 0.0.0-20231108174744 to 0.0.0-20231108204851

4

dist/declarations/src/trackers/stores/indexedDBStore.d.ts

@@ -50,3 +50,3 @@

}
export declare function recreateBigNumbers<T extends Object | undefined>(object: T): T | undefined;
export declare function recreateBigNumbers<T extends object | undefined>(object: T): T | undefined;
export declare class IndexedDBStore implements TrackerStore {

@@ -58,3 +58,3 @@ dbName: string;

loadConfig: (imageHash: string) => Promise<v1.config.WalletConfig | v2.config.WalletConfig | PlainV2Config | undefined>;
saveConfig: (imageHash: string, config: v1.config.WalletConfig | v2.config.WalletConfig | PlainV2Config) => Promise<void>;
saveConfig: (imageHash: string, config: v2.config.WalletConfig | v1.config.WalletConfig | PlainV2Config) => Promise<void>;
loadV2Node: (nodeHash: string) => Promise<v2.config.Topology | PlainNode | PlainNested | undefined>;

@@ -61,0 +61,0 @@ saveV2Node: (nodeHash: string, node: v2.config.Topology | PlainNode | PlainNested) => Promise<void>;

@@ -13,3 +13,3 @@

loadConfig: (imageHash: string) => Promise<v1.config.WalletConfig | v2.config.WalletConfig | PlainV2Config | undefined>;
saveConfig: (imageHash: string, config: v1.config.WalletConfig | v2.config.WalletConfig | PlainV2Config) => Promise<void>;
saveConfig: (imageHash: string, config: v2.config.WalletConfig | v1.config.WalletConfig | PlainV2Config) => Promise<void>;
loadV2Node: (nodeHash: string) => Promise<v2.config.Topology | PlainNode | PlainNested | undefined>;

@@ -16,0 +16,0 @@ saveV2Node: (nodeHash: string, node: v2.config.Topology | PlainNode | PlainNested) => Promise<void>;

{
"name": "@0xsequence/sessions",
"version": "0.0.0-20231108174744",
"version": "0.0.0-20231108204851",
"description": "tools for migrating sequence wallets to new versions",

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

"idb": "^7.1.1",
"@0xsequence/core": "0.0.0-20231108174744",
"@0xsequence/migration": "0.0.0-20231108174744",
"@0xsequence/replacer": "0.0.0-20231108174744"
"@0xsequence/core": "0.0.0-20231108204851",
"@0xsequence/migration": "0.0.0-20231108204851",
"@0xsequence/replacer": "0.0.0-20231108204851"
},

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

"nyc": "^15.1.0",
"@0xsequence/tests": "0.0.0-20231108174744",
"@0xsequence/signhub": "0.0.0-20231108174744"
"@0xsequence/signhub": "0.0.0-20231108204851",
"@0xsequence/tests": "0.0.0-20231108204851"
},

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

@@ -52,3 +52,3 @@ import { commons, v1, v2 } from '@0xsequence/core'

export function recreateBigNumbers<T extends Object | undefined>(object: T): T | undefined {
export function recreateBigNumbers<T extends object | undefined>(object: T): T | undefined {
if (object === undefined) return undefined

@@ -55,0 +55,0 @@

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