
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
@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.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.