
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
ts-strict-setup
Advanced tools
A strict TypeScript project setup with ESLint for everyday use in Node.js projects.
ts-strict-setup is a CLI tool that sets up a TypeScript project with a minimal yet well-configured environment in a single command. Perfect for developers who want a quick and efficient way to get started with TypeScript.
You can use npx to run the CLI tool without installing it globally:
To use the CLI tool with npx:
npx ts-strict-setup -y
Run the command and follow the prompts:
npx ts-strict-setup -y
You will be prompted to enter a project name. The tool will then create a new project directory with the following structure:
<project-name>/
├── src/
│ └── index.ts
├── lib/
├── test/
│ └── index.test.ts
├── dist/
├── views/
│ └── index.html
├── .eslintignore
├── eslint.config.js
├── package.json
├── tsconfig.json
To use the CLI tool, run the following command:
cd <project-name>
change the directory
npm run lint
npm run dev
npm run build
npm run start
npm run test
The tool sets up the following configurations:
The tsconfig.json file includes settings for:
The eslint.config.js file includes:
For a step-by-step guide, check out our YouTube tutorials:
Contributions are welcome! Please open an issue or submit a pull request on GitHub.
This project is licensed under GPL-3.0. See the LICENSE file for details.
For questions or support, please contact inquiry.akshatkotpalliwar@gmail.com .
FAQs
A strict TypeScript project setup with ESLint for everyday use in Node.js projects.
The npm package ts-strict-setup receives a total of 0 weekly downloads. As such, ts-strict-setup popularity was classified as not popular.
We found that ts-strict-setup demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.