Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@0xsequence/signhub

Package Overview
Dependencies
Maintainers
6
Versions
302
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsequence/signhub - npm Package Compare versions

Comparing version 0.0.0-20230713232611 to 0.0.0-20230726105834

dist/0xsequence-signhub.cjs.d.ts.map

1

dist/0xsequence-signhub.cjs.d.ts
export * from "./declarations/src/index";
//# sourceMappingURL=0xsequence-signhub.cjs.d.ts.map

4

dist/declarations/src/index.d.ts

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

export * as signers from './signers';
export * from './orchestrator';
export * as signers from "./signers/index.js";
export * from "./orchestrator.js";
import { ethers } from "ethers";
import { SapientSigner } from "./signers/signer";
import { SapientSigner } from "./signers/signer.js";
export type Status = {

@@ -4,0 +4,0 @@ ended: boolean;

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

export * from './signer';
export * from './wrapper';
export * from "./signer.js";
export * from "./wrapper.js";
import { ethers } from "ethers";
import { Status } from "../orchestrator";
import { Status } from "../orchestrator.js";
export interface SapientSigner {

@@ -4,0 +4,0 @@ getAddress(): Promise<string>;

import { ethers } from 'ethers';
import { Status } from '../orchestrator';
import { SapientSigner } from './signer';
import { Status } from "../orchestrator.js";
import { SapientSigner } from "./signer.js";
export declare class SignerWrapper implements SapientSigner {

@@ -5,0 +5,0 @@ signer: ethers.Signer;

{
"name": "@0xsequence/signhub",
"version": "0.0.0-20230713232611",
"version": "0.0.0-20230726105834",
"description": "orchestrates a series of signers, provides visibility into the signing process, and to the signers themselves",

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

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