Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@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
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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.