
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@wiser/create-vacancies-scaffold
Advanced tools
A CLI tool to scaffold Next.js 14+ App Router projects with Job Listings templates. It generates a /jobs route, context providers, reusable components, and sets up Jest with React Testing Library for unit testing. Supports automatic dependency installatio
create-vacancies-scaffold is a CLI tool designed to streamline the setup of Next.js (14+) App Router projects with TypeScript. It automates the scaffolding process by generating a robust file structure—including a job listings page, context providers, reusable components, utilities, and Jest configuration—while handling dependency installation and file conflict resolution.
Automated Scaffold Generation:
/jobs
route with page.tsx
(including <Hero />
and <JobListings />
components)./contexts/JobListingsContext.tsx
./components/organisms
, /components/molecules
, and /components/atoms
, each with accompanying .module.scss
and .test.tsx
files./utils/data/readVacanciesData.ts
for fetching data from a CMS API.jest.config.ts
and jest.setup.ts
copied to the project root.tsconfig.json
to include "types": ["node", "jest", "@testing-library/jest-dom"]
if it exists.--install
is set.Smart File Copying:
--force
is used)./src
folder exists in the project and copies scaffold files accordingly, while ensuring public assets remain in the root.Command-Line Options:
--force
(-f
): Overwrite existing files without prompting.--install
(-i
): Automatically install required dependencies.git clone https://github.com/yourusername/create-vacancies-scaffold.git
npm install
npm link
Run the CLI in the root directory of your Next.js project
npx create-vacancies-scaffold --install
FAQs
A CLI tool to scaffold Next.js 14+ App Router projects with Job Listings templates. It generates a /jobs route, context providers, reusable components, and sets up Jest with React Testing Library for unit testing. Supports automatic dependency installatio
We found that @wiser/create-vacancies-scaffold demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.