
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.
@sapphire-cms/github
Advanced tools
Integration of Sapphire CMS with GitHub as persistence and delivery backend.
This module provides the ability to Sapphire CMS to persist and deliver content on GitHub repository.
sapphire-cms package install github
or
scms pkg i github
persistence
delivery
# ./sapphire-cms.config.yaml
config:
modules:
github:
owner: sapphire-cms
repo: sapphire-cms.io
data-branch: master
data-dir: sapphire-cms-data
output-branch: master
output-dir: src/app/generated/cms
personal-access-token: ${env.GITHUB_PERSONAL_ACCESS_TOKEN}
layers:
persistence: '@github'
# ./sapphire-cms-data/pipelines/docs-to-ts.yaml
name: docs-to-ts
source: docs
target: '@github'
render: '@codegen/typescript'
Parameter | Type | Mandatory | Description |
---|---|---|---|
owner | string | yes | GitHub username or organization that owns the target repository. |
repo | string | yes | Name of the GitHub repository. |
personalAccessToken | string | yes | GitHub personal access token with repo access permissions for reading and writing content. |
dataBranch | string | no | Branch where Sapphire CMS stores managed documents. Defaults to 'master' . |
dataDir | string | no | Directory within the data branch where documents are stored. Defaults to 'sapphire-cms-data' . |
outputBranch | string | no | Branch where Sapphire CMS pushes rendered artifacts. Defaults to 'gh-pages' . |
outputDir | string | no | Directory within the output branch for rendered artifacts. Defaults to the repository root. |
FAQs
Integration of Sapphire CMS with GitHub as persistence and delivery backend.
The npm package @sapphire-cms/github receives a total of 6 weekly downloads. As such, @sapphire-cms/github popularity was classified as not popular.
We found that @sapphire-cms/github 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
/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.