Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
@davwheat/create-flarum-extension
Advanced tools
A Flarum extension generator by FriendsOfFlarum
Create a Flarum extension from a boilerplate in minutes!
Using npx
(npx comes with npm 5.2+ and higher):
npx @friendsofflarum/create-flarum-extension [dir]
Normally:
npm install -g @friendsofflarum/create-flarum-extension
create-flarum-extension [dir]
You’ll need to have Node >= 8 on your local development machine. You can use n to interactively manage your node versions.
To create a new app, run a single command:
npx @friendsofflarum/create-flarum-extension my-extension
(npx comes with npm 5.2+ and higher, see quick overview for older npm versions)
It will create a directory called my-extension
inside the current folder.
Inside that directory, it will generate the initial project structure:
my-extension
├── .gitignore
├── .gitattributes
├── composer.json
├── extend.php
├── LICENSE.md
├── README.md
├── js
│ ├── admin.js
│ ├── forum.js
│ ├── package.json
│ ├── webpack.config.js
│ └── src
│ ├── admin
│ │ └── index.js
│ └── forum
│ └── index.js
└── resources
├── less
│ ├── admin.less
│ └── forum.less
└── locale
└── en.yml
A utility by FriendsOfFlarum.
FAQs
A Flarum extension generator by FriendsOfFlarum
The npm package @davwheat/create-flarum-extension receives a total of 0 weekly downloads. As such, @davwheat/create-flarum-extension popularity was classified as not popular.
We found that @davwheat/create-flarum-extension 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
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.