
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
This project contains a collection of data structures implemented in TypeScript. It is designed to help developers understand and utilize common data structures in their TypeScript projects.
To install the package, use npm or yarn:
npm install ts-dsas
or
yarn add ts-dsas
Import the data structures you need in your TypeScript project:
import { Tree, Stack, Queue } from "ts-dsas";
const tree = new Tree<number>();
const stack = new Stack<number>();
const queue = new Queue<number>();
This package includes the following data structures:
Contributions are welcome! Please open an issue or submit a pull request on GitHub.
This project is licensed under the MIT License. See the LICENSE file for details.
FAQs
A collection of data structures and algorithms implemented in TypeScript.
We found that ts-dsas 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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

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.