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.
gatsby-remark-copy-linked-files
Advanced tools
Find files which are linked to from markdown and copy them to the public directory
Copies files linked to from markdown to your public
folder.
npm install --save gatsby-remark-copy-linked-files
// In your gatsby-config.js
plugins: [
{
resolve: `gatsby-transformer-remark`,
options: {
plugins: [
`gatsby-remark-copy-linked-files`,
]
}
}
]
Then in your Markdown files, simply link to the file you desire to reference.
E.g.
---
title: My awesome blog post
---
Hey everyone, I just made a sweet PDF with lots of interesting stuff in
it.
[Download it now](my-awesome-pdf.pdf)
my-awesome-pdf.pdf
should be in the same directory as the markdown
file. When you build your site, the file will be copied to the public
folder and the markdown HTML will be modified to point to it.
FAQs
Find files which are linked to from markdown and copy them to the public directory
The npm package gatsby-remark-copy-linked-files receives a total of 14,273 weekly downloads. As such, gatsby-remark-copy-linked-files popularity was classified as popular.
We found that gatsby-remark-copy-linked-files demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 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.