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.
@galoymoney/client
Advanced tools
JavaScript client library for the Galoy stack. This is used in front-end applications like the web and mobile wallets.
JavaScript client library for the Galoy stack. This is used in front-end applications like the web and mobile wallets.
Install the package with:
yarn add @galoymoney/client
import { parsePaymentDestination } from "@galoymoney/client"
const { valid, paymentType, amount } = parsePaymentDestination({
destination: "username or invoice or bitcoin address",
network: "mainnet", // or signet or regtest
pubKey: "nodePubKey",
})
Test with Jest framework:
yarn test
Build production (distribution) files in dist folder:
yarn build
Run:
yarn link
and in your test project run:
yarn link @galoymoney/client
If you want to remove the symlink, run:
# in your test project
yarn unlink @galoymoney/client
# in galoymoney/client folder
yarn unlink
Run:
# in galoymoney/client folder
yalc publish
in your test project run:
yalc add @galoymoney/client
If you want to remove the symlink, run:
# in your test project
yalc remove @galoymoney/client
to update changes, you have to run yalc publish
before run:
# in your test project
yalc update
FAQs
JavaScript client library for the Galoy stack. This is used in front-end applications like the web and mobile wallets.
We found that @galoymoney/client 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.