Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@phanect/configs
Advanced tools
Collection of [@phanect](https://github.com/phanect)'s personal configuration files
@phanect/configs
Collection of personal configuration files for @phanect
npm install -D @phanect/configs typescript @types/node @biomejs/biome
tsconfig.json
{
"extends": [
"@phanect/configs/tsconfig/nodejs",
"@phanect/configs/tsconfig/addons/npm"
]
}
@phanect/configs/tsconfig/frontend
: tsconfig.json for frontend projects.@phanect/configs/tsconfig/nodejs
: tsconfig.json for Node.js projects. (Backend app & npm package)@phanect/configs/tsconfig/cloudflare
: tsconfig.json for the apps runs on Cloudflare Workers@phanect/configs/tsconfig/addons/jsx
: Supplemental tsconfig for JSX projects@phanect/configs/tsconfig/addons/npm
: Supplemental tsconfig for npm package (Generates .d.ts files)@phanect/configs/tsconfig/addons/vite
: Supplemental tsconfig for projects using Vitebiome.jsonc
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"extends": ["@phanect/configs/biome"]
}
CC0 1.0 (≒ Public Domain)
FAQs
Collection of @phanect's personal build configs
We found that @phanect/configs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.