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.
@yookue/ts-lang-utils
Advanced tools
🏅 Common Lang Utilities for TypeScript 👍
1️⃣ Utilities for array 2️⃣ Utilities for boolean 3️⃣️ Utilities for date time 4️⃣ Utilities for json 5️⃣ Utilities for object 6️⃣ Utilities for random 7️⃣ Utilities for string 8️⃣ Utilities for thread
You can install ts-lang-utils package in your existing TypeScript project as follows:
$ npm install @yookue/ts-lang-utils --save
Then, you may import components of ts-lang-utils as follows:
import {ArrayUtils, BooleanUtils, DateUtils, JsonUtils, ObjectUtils, RandomUtils, StringUtils, ThreadUtils} from '@yookue/ts-lang-utils';
Enjoy your journey in coding your projects with ts-lang-utils. ✌️
This project is under the MIT License (MIT)
FAQs
Common lang utilities for typescript
The npm package @yookue/ts-lang-utils receives a total of 55 weekly downloads. As such, @yookue/ts-lang-utils popularity was classified as not popular.
We found that @yookue/ts-lang-utils 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.