
Security News
Node.js Considers Public Workflow for Security Reports Amid AI-Driven Surge
Node.js is debating whether AI-driven security report volume warrants moving more vulnerability reports into public workflows.
pear-multisig-link
Advanced tools
Deterministic multisig link per multisig inputs
In project root with a pear.json file:
npx pear-multisig-link
Custom config file:
npx pear-multisig-link --config path/to/pear.json
Passing in arguments:
npx pear-multisig-link [quorom] [namespace] [...publicKeys]
Help
pear-multisig-link [flags] [quorum] [namespace] <publicKeys...>
Print project multisig link determined by inputs
By default quorum, namespace and publicKeys values of the pear.json
multisig field determine the multisig link
Example - 2/3 must sign to approve
pear.json: {
"multisig": {
"publicKeys": ["<pubkey1>", "<pubkey2>", "<pubkey3>"],
"namespace": "my-org/my-app",
"quorum": 2
}
}
Either --config or positional arguments may be specified, but not both
Arguments:
[quorum] Optional. Number of required signers
[namespace] Optional. Multisig namespace
<publicKeys...> Public keys of signers
Flags:
--config [path=./pear.json] Project pear.json config file - exclusive to arguments
--help|-h Show help
const multisigLink = require('pear-multisig-link')
import multisigLink from 'pear-multisig-link'
const link = multisigLink({
publicKeys: ['pubkey1', 'pubkey2', 'pubkey3'],
namespace: 'my-org/my-repo',
quorum: 2
})
Apache-2.0
FAQs
Deterministic multisig link per multisig inputs
The npm package pear-multisig-link receives a total of 9 weekly downloads. As such, pear-multisig-link popularity was classified as not popular.
We found that pear-multisig-link demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Node.js is debating whether AI-driven security report volume warrants moving more vulnerability reports into public workflows.

Security News
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.

Security News
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.