
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socketās new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
create-typescript-react-library
Advanced tools
š§° Tool for building low-maintenance, flexible TypeScript libraries.
create-typescript-react-library
This starter enables simple creation of libraries using TypeScript.
curl
git
node
yarn
yarn create typescript-react-library <yourdir>
cd <yourdir>
# install dependencies
yarn
# start setup
yarn ctrl setup
# re-init history
rm -rf .git
git init
# if adding react
yarn ctrl add-react
# create repo and push changes
git add -A
git commit -m 'Initial commit' --no-verify
git remote add origin https://github.com/<user>/<repo>.git
git push -u origin main
NPM_TOKEN=<your token from Step 1>
yarn start
yarn remove react react-dom
Remove the browser
key in package.json.
window.$
might be used in import ... from "jquery"
). For
web builds to work, you'll have to add the correct global name to the
knownDependencyNames map in rollup.config.jsFAQs
š§° Tool for building low-maintenance, flexible TypeScript libraries.
We found that create-typescript-react-library 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
Socketās new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.