
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@flapper/gatsby-source-flapper
Advanced tools
A flexible alternative to GraphQL for Gatsby.
Check out our documentation.
const pipelines = {
page: [
SourceFilesRecursively("pages/", [".tsx"]),
SetUrl("{{relativePath}}"),
RenderTemplate("{{path}}")
],
post: [
SourceMatchedFiles("posts/{{category_name}}/{{name}}.mdx"),
SetUrl("posts/{{name}}"),
BindMdx("{{path}}"),
RenderTemplate("src/templates/MDXPost.tsx")
]
}
Gatsby's GraphQL is crazy powerful. You can do anything with it!
But it also takes a lot of effort to get your data into GraphQL, just to get it out again.
If you have your data on hand, Flapper just lets you use it.
Most SSGs try to lock you into "pages" and "posts" with "tags" and "categories".
Flapper lets you imagine metaphors useful for your site.
Want a "project" metaphor? Or a "article series" metaphor? Just make it.
Use simple functions to build your data model using regular javascript data.
Map your data to URLs and Templates, get static HTML.
Templates are simply components with the full power of React.
FAQs
A flexible alternative to GraphQL for Gatsby
We found that @flapper/gatsby-source-flapper demonstrated a not healthy version release cadence and project activity because the last version was released 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.