Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@ktxtr/eslint-config
Advanced tools
Created by yours truly :heart:
This repository holds kontextR's global eslint configuration files. It is published under the ISC license.
Install the configuration like any other using npm npm install --save-dev @ktxtr/eslint-config
.
You can use it by adding extends: [ "@ktxtr/eslint-config" ]
to your .eslintrc
file.
The basic configuration contains linters for generic js code. There are a couple of other
specialized configurations you can use alongside the generic one using extends: [ "@ktxtr/eslint-config/<name>" ]
and replacing <name>
with one of:
jest
: for linting jest test filesinferno
: for linting inferno framework based filesThe main package contains, due to these additional configurations, additional peer dependencies. If you do not use these you can safely ignore the peer dependency warnings.
FAQs
Eslint configuration curated by kontextR
The npm package @ktxtr/eslint-config receives a total of 0 weekly downloads. As such, @ktxtr/eslint-config popularity was classified as not popular.
We found that @ktxtr/eslint-config 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
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.