Gathering detailed insights and metrics for fusion-plugin-react-helmet-async
Gathering detailed insights and metrics for fusion-plugin-react-helmet-async
Gathering detailed insights and metrics for fusion-plugin-react-helmet-async
Gathering detailed insights and metrics for fusion-plugin-react-helmet-async
Modern framework for fast, powerful React apps
npm install fusion-plugin-react-helmet-async
Typescript
Module System
Min. Node Version
Node Version
NPM Version
61.6
Supply Chain
77.5
Quality
72.5
Maintenance
100
Vulnerability
100
License
2022-10-25 "autumn-hill"
Updated on Oct 26, 2022
2022-10-14 "autumn-river"
Updated on Oct 26, 2022
2022-10-13 "gaudy-mountain"
Updated on Oct 26, 2022
2022-10-04 "dry-heart"
Updated on Oct 26, 2022
2022-09-06 "lively-meadow"
Updated on Oct 26, 2022
2022-08-31 "bitter-feather"
Updated on Oct 26, 2022
TypeScript (56.52%)
JavaScript (42.01%)
Shell (1.28%)
HTML (0.11%)
Starlark (0.06%)
Dockerfile (0.01%)
Total Downloads
1,170,455
Last Day
3
Last Week
118
Last Month
1,355
Last Year
17,388
MIT License
1,549 Stars
5,352 Commits
138 Forks
27 Watchers
20 Branches
94 Contributors
Updated on Jun 04, 2025
Minified
Minified + Gzipped
Latest Version
2.6.6
Package Id
fusion-plugin-react-helmet-async@2.6.6
Unpacked Size
153.55 kB
Size
25.22 kB
File Count
48
NPM Version
6.14.15
Node Version
16.15.0
Published on
Feb 20, 2023
Cumulative downloads
Total Downloads
Last Day
0%
3
Compared to previous day
Last Week
-38.5%
118
Compared to previous week
Last Month
-24%
1,355
Compared to previous month
Last Year
-27.9%
17,388
Compared to previous year
1
1
21
Allows adding content into the document head via a component driven api.
1yarn add fusion-plugin-react-helmet-async
This plugin is a simple wrapper on the react-helmet-async
module which handles
the context provider and server side code for you.
1import {Helmet} from 'fusion-plugin-react-helmet-async'; 2 3const app = ( 4 <App> 5 <Helmet> 6 <title>Hello World</title> 7 <link rel="canonical" href="https://www.tacobell.com/" /> 8 </Helmet> 9 <h1>Hello World</h1> 10 </App> 11);
This module has no dependencies or configuration. Simply register the plugin.
1// src/main.js 2import App from 'fusion-react'; 3import HelmetPlugin from 'fusion-plugin-react-helmet-async'; 4import Root from './components/root'; 5export default async function main() { 6 const app = new App(<Root />); 7 app.register(HelmetPlugin); 8 return app; 9}
No vulnerabilities found.
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
no binaries found in the repo
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 1/30 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-06-09
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