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.
@devexperts/tools
Advanced tools
Build tooling for Devexperts frontend team projects.
Usage:
dx-tools <command>
Commands are located under src/scripts
directory. Some of available commands:
dx-tools build-lib <src-path> <dist-path> [-w|--watch] [-f|--failOnError] [-p|--project <relative path to custom tsconfig.json>]
Builds projects using following rules:
*.ts|*.tsx
files, produce *.js|*.jsx
& *.d.ts
files, run type checking service in backgroundFlags:
--watch
- run in watch mode--failOnError
- if set, build process will return error code 1
in case of any Typescript compilation errors. Used for CI.--project <relative path to custom tsconfig.json>
- if set, build process will be using specified typescript configuration file.dx-tools storybook -c <config-path> [-p|--port <port>] [-h|--host <hostname>]
Run storybook with predefined config in watch mode.
--port <port>
- Set custom port. Default - 9001
.--host <hostname>
- Set custom hostname. Default - localhost
.dx-tools clean <path>
Remove dist folder before fresh build.
1.0.0-alpha.14 (2020-06-04)
FAQs
tool set for building FE projects
We found that @devexperts/tools demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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.