
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@planningcenter/add-ons-cli
Advanced tools
This little app builds and updates Planning Center Add-ons from the command line.
This little app build and updates Planning Center Add-ons from the command line.
To install:
npm install @planningcenter/add-ons-cli
planningcenter-add-ons -h
The main commands are:
update
when they changetesting
to beta
, or from beta
to production
environmentupdate
/ promote
PATCH /api/v2/oauth_applications/:id
{ "data": { "attributes": { "add_on_scopes": "people" } }
there's an integrator_add_on record per add-on environment: testing, beta, and production.
GET /api/v2/oauth_applications/:id/integrator_add_ons
up to 3 (testing, beta, production)
POST /api/v2/oauth_applications/:id/integrator_add_ons
{ "data": { "attributes": {
"environment": "",
"oauth_authorize_url": "",
"oauth_token_url": "",
"oauth_identifier": "",
"oauth_secret": "",
"oauth_scopes": "",
"oauth_redirect_uri": "",
"target_organization_ids?": ""
} } }
same as the post, but a patch to ensure it still matches the user's config this happens up to 3x (per environment)
PATCH /api/v2/oauth_applications/:id/integrator_add_ons/:id
{ "data": { "attributes": {
"environment": "",
"oauth_authorize_url": "",
"oauth_token_url": "",
"oauth_identifier": "",
"oauth_secret": "",
"oauth_scopes": "",
"oauth_redirect_uri": "",
"target_organization_ids?": ""
} } }
GET /api/v2/oauth_applications/:id/integrator_add_ons/:id/ui_extensions
up to 3 currently, but could be more:
people.list.send_message
,people.dashboards.background_checks.new
,people./profile.background_checks.new
in test, we're uploading
data.attribute.bundle
that is the add-on's javascript code. in non-test, we're expecting to use abundle_url
that was set when the test ui extension was created or updated
POST /api/v2/oauth_applications/:id/integrator_add_ons/:id/ui_extensions
{ "data": { "attributes": {
"component_version": "",
"icon_url": "",
"insertion_point": "",
"title": "",
"bundle_url?": "" if !env.test?
"bundle?": "<js string>" if env.test?
} } }
PATCH /api/v2/oauth_applications/:id/integrator_add_ons/:id/ui_extensions/:id
{ "data": { "attributes": {
"component_version": "",
"icon_url": "",
"insertion_point": "",
"title": "",
"bundle_url?": "" if !env.test?
"bundle?": "<js string>" if env.test?
} } }
FAQs
This little app builds and updates Planning Center Add-ons from the command line.
The npm package @planningcenter/add-ons-cli receives a total of 91 weekly downloads. As such, @planningcenter/add-ons-cli popularity was classified as not popular.
We found that @planningcenter/add-ons-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.