
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
@helia/core
Advanced tools
Shared code that implements the Helia API
Exports a Helia class that implements the HeliaInterface API.
In general you should use the helia or @helia/http modules instead which
pre-configure Helia for certain use-cases (p2p or pure-HTTP).
import { Helia } from '@helia/core'
const node = new Helia({
// ...options
})
$ npm i @helia/core
<script> tagLoading this module through a script tag will make it's exports available as HeliaCore in the global namespace.
<script src="https://unpkg.com/@helia/core/dist/index.min.js"></script>
An implementation of IPFS in JavaScript
Licensed under either of
Contributions welcome! Please check out the issues.
Also see our contributing document for more information on how we work, and about contributing in general.
Please be aware that all interactions related to this repo are subject to the IPFS Code of Conduct.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
FAQs
Shared code that implements the Helia API
We found that @helia/core demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.