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

@0xsequence/signhub

Package Overview
Dependencies
Maintainers
5
Versions
275
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-20230417133433 to 0.0.0-20230504182418

2

dist/0xsequence-signhub.cjs.dev.js

@@ -54,6 +54,6 @@ 'use strict';

constructor(signers, tag = Orchestrator.randomTag()) {
this.tag = tag;
this.observers = [];
this.signers = [];
this.count = 0;
this.tag = tag;
this.setSigners(signers);

@@ -60,0 +60,0 @@ }

@@ -54,6 +54,6 @@ 'use strict';

constructor(signers, tag = Orchestrator.randomTag()) {
this.tag = tag;
this.observers = [];
this.signers = [];
this.count = 0;
this.tag = tag;
this.setSigners(signers);

@@ -60,0 +60,0 @@ }

@@ -50,6 +50,6 @@ import { ethers } from 'ethers';

constructor(signers, tag = Orchestrator.randomTag()) {
this.tag = tag;
this.observers = [];
this.signers = [];
this.count = 0;
this.tag = tag;
this.setSigners(signers);

@@ -56,0 +56,0 @@ }

{
"name": "@0xsequence/signhub",
"version": "0.0.0-20230417133433",
"version": "0.0.0-20230504182418",
"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