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.
@prismicio/richtext
Advanced tools
Convert Rich Text raw data to generic tree to simplify serialization
import PrismicRichText from 'prismic-richtext';
PrismicRichText.asTree(doc.data.myRichText)
You can find an example here: https://github.com/prismicio/prismic-dom/blob/master/src/index.js
import PrismicRichText from 'prismic-richtext';
// define a serialize function to manage your fragment
// you can use the 'Element' Helper from PrismicRichText to match the different fragments
function serialize() {...}
PrismicRichText.serialize(doc.data.myRichText, serialize, htmlSerializer)
FAQs
A parser and serializer for Prismic's Rich Text format
The npm package @prismicio/richtext receives a total of 49,213 weekly downloads. As such, @prismicio/richtext popularity was classified as popular.
We found that @prismicio/richtext demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 24 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.