Security News
cURL Project and Go Security Teams Reject CVSS as Broken
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
@crazyfactory/tinka
Advanced tools
A dependency-free library to gracefully handle fetch requests.
A dependency-free library to gracefully handle fetch requests.
Tinka can be used as a standalone requirement or better yet as a basis for fully typed API SDKs.
Clone this repository and install project dependencies.
npm install
This package is tested using jest, which you can use via CLI or through most IDEs directly.
npm test
to run the tests.This will also create a code coverage report at /coverage
.
For continuous testing use wallabyjs with our default configuration at ./wallaby.js
This project uses tslint to enforce similar code styles across source and test files. Passing tslint validation is a CI requirement. You can run and validate your code style locally.
npm run lint
lints all typescript files in the project.npm run lint-fix
to also fix most common errors automatically.The project also comes with project based code-style settings for intelliJ-based IDEs like PhpStorm, Webstorm etc. You can safely use their auto cleanup features.
This package is automatically build and deployed using TravisCI and semantic-release. You can however test the process locally:
npm run build
compile sources into all desired formats.npm run pack
to create the final package.Note: You'll have to edit package.json to include a version number of your choice. Don't check this in though as the version number is determined by semantic-release.
FAQs
A dependency-free library to gracefully handle fetch requests.
We found that @crazyfactory/tinka demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 10 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
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.