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.
@fingerprintjs/tsconfig-dx-team
Advanced tools
This package provides a custom preset for typescript, specifically designed for the DX team at FingerprintJS.
To install this package, use the following command:
pnpm install @fingerprintjs/tsconfig-dx-team
To use this preset in your project, add the following configuration to your project's tsconfig.json configuration file:
{
"extends": "@fingerprintjs/tsconfig-dx-team/tsconfig.json",
"compilerOptions": {
// Specify other configuration
"outDir": "dist/src",
"module": "es6",
"moduleResolution": "node",
"target": "es2020",
// Don't forget to specify jsx for react projects - https://www.typescriptlang.org/docs/handbook/jsx.html
"jsx": "react-jsx"
},
"files": [
"./src/index.ts"
],
"exclude": [
"dist",
"node_modules",
"**/*.test.ts"
]
}
This project is licensed under the MIT license. See the LICENSE file for more info.
FAQs
Custom tsconfig for DX team
The npm package @fingerprintjs/tsconfig-dx-team receives a total of 366 weekly downloads. As such, @fingerprintjs/tsconfig-dx-team popularity was classified as not popular.
We found that @fingerprintjs/tsconfig-dx-team demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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.