
Research
Node.js Fixes AsyncLocalStorage Crash Bug That Could Take Down Production Servers
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.
@blockfrost/openapi
Advanced tools
Open Source OpenAPI specification for Blockfrost.io backend API.
The development version is available in the master branch.
The latest active release can be found under GitHub Releases.
For the published documentation, visit docs.blockfrost.io.
Blockfrost OpenAPI blockfrost-openapi.yaml specification is generated from all yaml files in src directory.
Then there is Mithril Aggregator API spec mithril.yaml which can be downloaded from Mithril Github.
These two specs are then merged together via openapi-merge-cli (configuration is inside openapi-merge.json).
Only the Mithril endpoints with a tag Cardano » Mithril are included into the final spec.
Tag
Cardano » Mithrilneeds to be added manually to each relevant endpoint in Mithril OpenAPI spec.
If you add a new file then don't forget to add it to paths in src/definitions.yaml.
Edit the source yaml files and build the package:
yarn build
Feel free to open PR against the master branch. It is a great place to start any discussion for new features and changes to the Blockfrost API.
When you push a new commit, the documentation for your branch is automatically generated on Vercel and added to your PR as a deployment.
You can download openapi.yaml directly from the repository or use this project as a dependency in your JavaScript/TypeScript project.
Install @blockfrost/openapi:
yarn add @blockfrost/openapi
or
npm install @blockfrost/openapi
Now you can use TypeScript types generated from the OpenAPI specification:
import { components } from '@blockfrost/openapi';
type Block = components['schemas']['block_content'];
type Address = components['schemas']['address_content'];
type UtxoAsset = components['schemas']['address_utxo_content'];
FAQs
OpenAPI specifications for blockfrost.io
The npm package @blockfrost/openapi receives a total of 9,200 weekly downloads. As such, @blockfrost/openapi popularity was classified as popular.
We found that @blockfrost/openapi demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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.

Research
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.

Research
/Security News
A malicious Chrome extension steals newly created MEXC API keys, exfiltrates them to Telegram, and enables full account takeover with trading and withdrawal rights.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.