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.
A high-performance JavaScript and TypeScript library offering a comprehensive set of efficient data structures. Simplify your algorithm implementation and data manipulation with optimized, easy-to-use tools.
A high-performance JavaScript and TypeScript library offering a comprehensive set of efficient data structures. Simplify your algorithm implementation and data manipulation with optimized, easy-to-use tools.
npm install dsacjs
yarn add dsacjs
pnpm add dsacjs
bun add dsacjs
import { LinkedList } from "dsacjs";
const list = new LinkedList();
list.add(1);
list.add(2);
list.add(3);
console.log(list.toArray()); // [1, 2, 3]
Data Structures: A comprehensive set of data structures including linked lists, stacks, queues, trees, graphs, and more.
Algorithms: A collection of algorithms for sorting, searching, and other common tasks.
Toolkit: A set of utility functions for working with data structures and algorithms.
Performance: High-performance implementations with optimized algorithms and data structures.
Ease of Use: Simplify your algorithm implementation and data manipulation with easy-to-use tools.
Comprehensive: A comprehensive set of data structures, algorithms, and utility functions for all your needs.
Contributions are welcome! For feature requests and bug reports, please submit an issue. For code contributions, please follow the contribution guidelines.
DsacJs is MIT licensed.
Thank you for considering contributing to DsacJs! We welcome all contributions, including bug reports, feature requests, and code contributions.
This project and everyone participating in it is governed by the DsacJs Code of Conduct. By participating, you are expected to uphold this code.
FAQs
A high-performance JavaScript and TypeScript library offering a comprehensive set of efficient data structures. Simplify your algorithm implementation and data manipulation with optimized, easy-to-use tools.
The npm package dsacjs receives a total of 135 weekly downloads. As such, dsacjs popularity was classified as not popular.
We found that dsacjs demonstrated a healthy version release cadence and project activity because the last version was released less than 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
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.