
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@hh.ru/ts-utils
Advanced tools
Утилиты для удобной работы с TypeScript проектами
Для установки достаточно добавить пакет в зависимости
yarn add @hh.ru/ts-utils
Генерирует tsconfig.js используя переданный объект с параметрами
Параметрами можно передать мапу webpack-алиасов для резолва модулей, перечень glob-путей для включения/исключения из сборки и заоверрайдить любой параметр compilerOptions
const tsConfigGenerator = require('@hh.ru/ts-utils');
tsConfigGenerator({
webpackAliases: {
app: 'static/app/',
bloko: 'static/bloko/',
},
include: ['static/app/**/*'],
exclude: ['static/bloko/**/*'],
compilerOptions: {
plugins: [
{
name: 'typescript-plugin-css-modules',
options: {
classnameTransform: 'camelCaseOnly',
customMatcher: '\\.less$',
customRenderer: 'node_modules/less-plugin-aliases/lib/customRender.js',
},
},
],
},
});
Выполняет тайп-чекинг кода и генерирует json-отчет для bamboo
Добавляет алиас для запуска через yarn
yarn ts-check
FAQs
Convenience utils for TypeScript
We found that @hh.ru/ts-utils demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 15 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.