Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
frontend-project-generator
Advanced tools
Generate ready to use nextjs project with all basic tools setup.
Plugins | Version | Remarks |
---|---|---|
create-next-app | 13.0.2 | generator base installing module |
--------------------------------- | -------- | -------------------------------- |
prettier | 2.7.1 | generated repository plugin |
--------------------------------- | -------- | -------------------------------- |
eslint | 8.26.0 | generated repository plugin |
eslint-config-prettier | 8.5.0 | eslint dependent plugin |
eslint-plugin-prettier | 4.2.1 | eslint dependent plugin |
@typescript-eslint/parser | 5.42.0 | eslint dependent plugin |
@typescript-eslint/eslint-plugin | 5.42.0 | eslint dependent plugin |
eslint-import-resolver-typescript | 3.5.0 | eslint dependent plugin |
--------------------------------- | -------- | -------------------------------- |
husky | 8.0.1 | generated repository plugin |
--------------------------------- | -------- | -------------------------------- |
lint-staged | 13.0.3 | generated repository plugin |
@commitlint/cli | 17.1.2 | lint-staged dependent plugin |
@commitlint/config-conventional | 17.2.0 | lint-staged dependent plugin |
nvm install
(uses the .nvmrc
file)npm i -g frontend-project-generator
Usage: cfp <project-name> |
create-frontend-project <project-name> |
frontend-project-generator <project-name>
Option | Description |
---|---|
project-name | optional argument for the project name |
npm run build && node lib/index.js
DEV_ENVIRONMENT=true // It prevents script from running `create-next-app` and executes pure initializer (npm/yarn init)
version
property inside plugins.config.ts
file.README.md
file, section > Project default plugins
devDependencies
(dependaBot purposes).configs/${pluginName}
directory:
config
property inside plugins.config.ts
file.createNextProject.ts > installProjectPlugin
function parameter object config
property ..json
file:
configs/snippets/addProperty
${plugin}.json
file with plugin name and wanted contentsnippets
property inside plugins.config.ts
file. Property should consist of with three mandatory properties (action
, inputCode
, outputFile
)createNextProject.ts > installProjectPlugin
functions object property.json
file:
configs/snippets/editProperty
${plugin}.json
file and amend its content.FAQs
Intent frontend project generator
The npm package frontend-project-generator receives a total of 0 weekly downloads. As such, frontend-project-generator popularity was classified as not popular.
We found that frontend-project-generator 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.