
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
@procore/contentful-renderer
Advanced tools
Provide Markdown and Rich Text Contentful renderers. NPM package @procore/contentful-renderer
Provide Markdown and Rich Text Contentful renderers.
yarn add @procore/contentful-renderer
package/example-package to be your package name.src folder.package.json name and description values.catalog-info.yaml with your package name.yarn install.The Chromatic snapshot testing (Regression Testing) is turned off by default as we can publish stories to Chromatic without running these tests.
Note: DO NOT turn on regression testing without acquiring leadership sign off for funding as this will accrue cost
References: Chromatic Docs
.env file:// .env
CHROMATIC_PROJECT_TOKEN=your-token-here
yarn chromatic
Please copy the Chromatic project from Chromatic token to CI Environment value.
Add new job to your process. Circle CI example:
workflows:
...
jobs:
- storybook_chromatic_deployment:
requires:
- setup
jobs:
storybook_chromatic_deployment:
steps:
- run:
name: Deploy To Chromatic
command: yarn chromatic:ci
Optionally(Recommended) if you like to speed up the build with Chromatic you can use the already built stories so we can depend the Chromatic build on the generated build from Storybook build. Steps are as following:
Add --storybook-build-dir ./storybook-static flag to the chromatic script.(Already added)
Add --webpack-stats-json flag to storybook:build.(Already added)
Add the steps to build stories before building Chromatic.
```
workflows:
- storybook_chromatic_deployment
requires:
- build_storybook
```
</details>
<details>
FAQs
Provide Markdown and Rich Text Contentful renderers. NPM package @procore/contentful-renderer
The npm package @procore/contentful-renderer receives a total of 0 weekly downloads. As such, @procore/contentful-renderer popularity was classified as not popular.
We found that @procore/contentful-renderer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 264 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
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.