New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nodebb-theme-fusionauth

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodebb-theme-fusionauth - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

templates/footer.tpl

0

lib/client.js

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ (function(module) {

2

package.json
{
"name": "nodebb-theme-fusionauth",
"version": "1.0.0",
"version": "1.0.1",
"description": "The FusionAuth forum theme",

@@ -5,0 +5,0 @@ "repository": "https://github.com/FusionAuth/nodebb-theme-fusionauth",

@@ -0,0 +0,0 @@ {

# FusionAuth Theme for NodeBB
This repository contains all of the preparatory work for a theme based off of the [Persona theme](https://github.com/NodeBB/nodebb-theme-persona). If you'd like to base your theme off another supported theme instead, switch to the appropriate branch:
This is the theme for the FusionAuth community forums: https://fusionauth.io/community/forum/
* [Lavender](https://github.com/NodeBB/nodebb-theme-lavender)
* [Vanilla](https://github.com/NodeBB/nodebb-theme-vanilla)
* [Material](https://github.com/pichalite/nodebb-theme-material)
Fork it to create your own theme based off of it!
### Some things to change
* You should rename this theme from `quickstart` to something else. Change all instances of that word in the following files:
* `package.json`
* `plugin.json`
* `theme.json`
### When you're done...
Be sure to add some other metadata to the `package.json`, like this:
``` json
"author": {
"name": "Your Name",
"email": "Your Email",
"url": "Your website"
},
"repository": {
"type": "git",
"url": "https://github.com/{your-username}/{your-repository}"
},
"bugs": {
"url": "https://github.com/{your-username}/{your-repository}/issues"
}
```
Also, add a screenshot! Take a picture of your theme, and save it as "screenshot.png" in the root of your theme folder, then add this to `theme.json`:
``` json
"screenshot": "screenshot.png"
```
### Credits
Material theme by [pichalite](https://github.com/pichalite).
Material theme by [pichalite](https://github.com/pichalite).

@@ -0,0 +0,0 @@ {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc