Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@planningcenter/doxy-web
Advanced tools
Unified styles for Church Center Web.
cd Code
git clone git@github.com:planningcenter/doxy-web.git
cd doxy-web
yarn install
main
release candidate
package versions can be created from any branch (see below) and used for testing on staging
(following -rc.0
naming conventions)main
has branch protection, final version updates to the NPM package should published from your feature branch as the last commit before the approved PR is merged.yarn link
(in doxy-web)yarn link @planningcenter/doxy-web
(in church-center
or proxied app)yarn install
(in church-center
or proxied app)yarn develop
(in doxy-web): listens for SCSS changes and compiles to CSS⚠️ run yarn unlink @planningcenter/doxy-web
and yarn install --check-files
to return package to published version from NPM
yarn start
opens Storybook (compiles SCSS, Hot Module Reloading, etc)
yarn build
compiles SCSS & JS modules using Rollup⚠️ SCSS/JS changes reflected in Storybook are not available in CCW without running yarn build
or yarn develop
npm login
yarn prerelease
prerelease
if the version shown follows our Planning Center release strategy. If not, choose other
and manually add the version. (For example, if the final version will be 1.19.0
, the first alpha version would be 1.19.0-rc.0
)yarn add @planningcenter/doxy-web@next
in church-center
or proxied appnpm login
yarn deploy:package
v1.2.3
^ ^ ^
│ │ └─ Patch: Documentation and fixes
│ └─── Minor: Additions
└───── Major: Deletions and edits
church-center
or proxied apps, update VERSIONS.md to reflect the change/associated PRyarn deploy:storybook
yarn add @planningcenter/doxy-web
@planningcenter/doxy-web/dist/css/doxy-web
FAQs
Doxy for Church Center Web
The npm package @planningcenter/doxy-web receives a total of 1,261 weekly downloads. As such, @planningcenter/doxy-web popularity was classified as popular.
We found that @planningcenter/doxy-web 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.