
Product
Introducing Socket Fix for Safe, Automated Dependency Upgrades
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
tsc
:yarn add tsc-hooks --dev
tsc
:yarn global add tsc-hooks
Example tsconfig.json
{
"compilerOptions": {
"outDir": "dist"
},
"include": [ "src/**/*" ],
"exclude": [ "src/**/*.txt" ],
"hooks": [ "copy-files" ] // hooks is a new property you can add to tsconfig to add custom hooks
/* For more hooks look bellow... */
}
Hook ID | Description | Author |
---|---|---|
copy-files |
tsc does not copy over extra files like .xml, .txt, .html, etc. after compilation.
This hook fixes this by copying over files specified in "include". It also ignores files specified in "exclude".
| Mark Auger (swimauger) |
<your-hook-id> | Learn how to create your own hook here | <Your name here> |
tsc
FAQs
Add tsc compiler hooks to your TypeScript project
The npm package tsc-hooks receives a total of 2,716 weekly downloads. As such, tsc-hooks popularity was classified as popular.
We found that tsc-hooks 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.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
Security News
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.
Product
We’re excited to announce a powerful new capability in Socket: historical data and enhanced analytics.