Gathering detailed insights and metrics for gatsby-plugin-create-client-paths
Gathering detailed insights and metrics for gatsby-plugin-create-client-paths
Gathering detailed insights and metrics for gatsby-plugin-create-client-paths
Gathering detailed insights and metrics for gatsby-plugin-create-client-paths
The best React-based framework with performance, scalability and security built in.
npm install gatsby-plugin-create-client-paths
Typescript
Module System
Min. Node Version
Node Version
NPM Version
gatsby-source-shopify@9.0.0
Updated on Jan 07, 2025
gatsby-link@5.14.1
Updated on Jan 07, 2025
gatsby-source-contentful@8.15.0
Updated on Jan 07, 2025
v5.14.0
Updated on Nov 06, 2024
gatsby-source-shopify@8.13.2
Updated on Oct 28, 2024
gatsby-source-wordpress@7.13.5 and 6 more...
Updated on Oct 28, 2024
JavaScript (58.91%)
TypeScript (38.71%)
CSS (1.05%)
HTML (0.69%)
MDX (0.45%)
Shell (0.13%)
Dockerfile (0.03%)
PHP (0.02%)
EJS (0.01%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
55,910 Stars
21,738 Commits
10,289 Forks
719 Watchers
316 Branches
3,966 Contributors
Updated on Jul 16, 2025
Latest Version
4.9.0
Package Id
gatsby-plugin-create-client-paths@4.9.0
Unpacked Size
30.04 kB
Size
5.23 kB
File Count
7
NPM Version
lerna/3.22.1/node@v16.13.0+arm64 (darwin)
Node Version
16.13.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
1
4
Please Note: With recent versions of Gatsby this plugin became obsolete. See migration notes below, or refer to the File System Route API documentation for details on how client only routes are now handled.
Use this plugin to simplify creating a “hybrid” Gatsby app with both statically rendered pages as well as "client-paths". These paths exist on the client only and do not correspond to index.html files in an app's built assets.
For more information refer to client-only routes & user authentication.
Extending from the use case below where the gatsby-plugin-create-client-paths
plugin has a prefix of /app/*
, the way you would do this with the File System Route API is by adopting this structure in your project:
1|-- /src 2 |-- /pages 3 |-- /app 4 |-- [...].js
Additionally, you can also refer to the client-only-paths example.
Install:
1npm install gatsby-plugin-create-client-paths
Then configure via gatsby-config.js
:
1 { 2 resolve: `gatsby-plugin-create-client-paths`, 3 options: { prefixes: [`/app/*`] }, 4 },
In this example, all paths prefixed by /app/
will render the route described
in src/pages/app.js
.
No vulnerabilities found.
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
GitHub workflow tokens follow principle of least privilege
Details
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
Found 20/25 approved changesets -- score normalized to 8
Reason
8 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 8
Reason
SAST tool is not run on all commits -- score normalized to 8
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
100 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More