
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
@devlander/ts-config-base
Advanced tools
Certainly! Here's a basic README template for your @devlander/ts-config-base package. You can customize it with specific details about your package:
# @devlander/ts-config-base
`@devlander/ts-config-base` is a TypeScript configuration package that provides a well-structured starting point for TypeScript projects. It includes a set of recommended TypeScript compiler options and dependencies to help you get started quickly with TypeScript development.
## Installation
You can include `@devlander/ts-config-base` in your project by installing it as a development dependency:
```bash
npm install @devlander/ts-config-base --save-dev
To use @devlander/ts-config-base in your TypeScript project, follow these steps:
Create a tsconfig.json file in the root directory of your project if you haven't already.
Extend @devlander/ts-config-base in your tsconfig.json:
{
"extends": "@devlander/ts-config-base",
// Add any project-specific configuration here
}
Customize your TypeScript configuration as needed for your project. You can add project-specific settings in your tsconfig.json file.
Start building your TypeScript project with confidence using the recommended configuration provided by @devlander/ts-config-base.
@devlander/ts-config-base includes the following TypeScript configuration settings:
Contributions are welcome! If you encounter issues, have suggestions, or want to contribute to @devlander/ts-config-base, please open an issue or submit a pull request on GitHub.
This project is licensed under the MIT License.
Remember to replace `[Specify the TypeScript version]`, `[CommonJS, ES6, etc.]`, `[ES5, ES6, etc.]`, and other placeholders with the actual configuration details and information specific to your package.
Additionally, you can add more sections or information as needed to provide comprehensive documentation for your users.
FAQs
Reusable TypeScript configuration for projects
We found that @devlander/ts-config-base 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
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.