Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@midcontract/protocol
Advanced tools
@midcontract/protocol
Crypto payment protocol with escrow
stateDiagram-v2
[*] --> PENDING
PENDING --> SUBMITTED: submit
SUBMITTED --> APPROVED: approve
SUBMITTED --> PENDING: reject
APPROVED --> [*]
sequenceDiagram
opt Success
Alice ->> Escrow: deposit
Bob ->> Escrow: submit
Alice ->> Escrow: reject
Bob ->> Escrow: submit
Alice ->> Escrow: approve
Bob ->> Escrow: claim
end
opt Withdraw
Alice ->> Escrow: deposit
Bob -x Escrow: submit
Alice ->> Escrow: withdraw
end
opt Dispute
Alice ->> Escrow: deposit
Bob ->> Escrow: submit
Alice ->> Escrow: reject
Bob ->> Escrow: dispute
alt Bob
Platform ->> Escrow: approve
Bob ->> Escrow: claim
else Alice
Platform ->> Escrow: reject
Alice ->> Escrow: withdraw
end
end
npm install --save-prod @midcontract/protocol
The primary license for the Midcontract protocol is MIT, see LICENSE
FAQs
Crypto payment protocol with escrow
The npm package @midcontract/protocol receives a total of 0 weekly downloads. As such, @midcontract/protocol popularity was classified as not popular.
We found that @midcontract/protocol demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.