# ipfs-core-config

> Package to store node and browser specific config for ipfs-core

Latest version **0.7.1** (published 2023-05-25) · Apache-2.0 OR MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install ipfs-core-config
pnpm add ipfs-core-config
yarn add ipfs-core-config
bun add ipfs-core-config
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.7.1 |
| Published | 2023-05-25 |
| First published | 2021-09-21 |
| Weekly downloads | 0 |
| License | Apache-2.0 OR MIT |
| TypeScript types | bundled |
| Module format | ESM |
| Node | >=16.0.0 |
| Dependencies | 22 |
| Unpacked size | 57 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 7392 |
| Author | Alex Potsides |
| Maintainers | achingbrain, ipfs-npm-publisher-bot, npm-service-account-ipfs |

## Links

- npm: https://www.npmjs.com/package/ipfs-core-config
- Repository: https://github.com/ipfs/js-ipfs
- Homepage: https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-config#readme
- Issues: https://github.com/ipfs/js-ipfs/issues
- npm.io page: https://npm.io/package/ipfs-core-config

## Dependencies (22)

- [it-all](https://npm.io/package/it-all.md) ^2.0.0
- [hashlru](https://npm.io/package/hashlru.md) ^2.3.0
- [is-ipfs](https://npm.io/package/is-ipfs.md) ^8.0.0
- [p-queue](https://npm.io/package/p-queue.md) ^7.2.0
- [err-code](https://npm.io/package/err-code.md) ^3.0.1
- [it-drain](https://npm.io/package/it-drain.md) ^2.0.0
- [ipfs-repo](https://npm.io/package/ipfs-repo.md) ^17.0.0
- [ipfs-utils](https://npm.io/package/ipfs-utils.md) ^9.0.13
- [it-foreach](https://npm.io/package/it-foreach.md) ^1.0.0
- [@libp2p/tcp](https://npm.io/package/@libp2p/tcp.md) ^6.0.2
- [uint8arrays](https://npm.io/package/uint8arrays.md) ^4.0.2
- [@libp2p/mdns](https://npm.io/package/@libp2p/mdns.md) ^6.0.0
- [datastore-fs](https://npm.io/package/datastore-fs.md) ^8.0.0
- [@libp2p/logger](https://npm.io/package/@libp2p/logger.md) ^2.0.5
- [datastore-core](https://npm.io/package/datastore-core.md) ^8.0.1
- [datastore-level](https://npm.io/package/datastore-level.md) ^9.0.0
- [@libp2p/floodsub](https://npm.io/package/@libp2p/floodsub.md) ^6.0.0
- [@libp2p/webrtc-star](https://npm.io/package/@libp2p/webrtc-star.md) ^6.0.0
- [interface-datastore](https://npm.io/package/interface-datastore.md) ^7.0.0
- [@libp2p/prometheus-metrics](https://npm.io/package/@libp2p/prometheus-metrics.md) ^1.0.1
- [@chainsafe/libp2p-gossipsub](https://npm.io/package/@chainsafe/libp2p-gossipsub.md) ^6.0.0
- [blockstore-datastore-adapter](https://npm.io/package/blockstore-datastore-adapter.md) ^5.0.0

## Recent versions

- 0.7.1 (latest) — 2023-05-25
- 0.7.0-7b79c1b8 (next) — 2023-05-25
- 0.7.0-6d95ce08 — 2023-05-25
- 0.7.0-4694e806 — 2023-05-25
- 0.7.0-e64813f6 — 2023-05-24
- 0.7.0-b64d4af0 — 2023-02-01
- 0.7.0-3bcabe38 — 2023-01-17
- 0.7.0-ab02e8f8 — 2023-01-17
- 0.7.0-6eeb1be5 — 2023-01-13
- 0.7.0 — 2023-01-12
- 0.6.0-d1c3abb3 — 2023-01-11
- 0.6.0-fa578bac — 2023-01-11
- 0.6.0-789ee585 — 2023-01-11
- 0.6.0-4b4c124c — 2023-01-11
- 0.6.0-5f73ecad — 2023-01-10
- … 112 more at https://npm.io/package/ipfs-core-config/versions

## README

> # ⛔️ DEPRECATED: [js-IPFS](https://github.com/ipfs/js-ipfs) has been superseded by [Helia](https://github.com/ipfs/helia)
>
> 📚 [Learn more about this deprecation](https://github.com/ipfs/js-ipfs/issues/4336) or [how to migrate](https://github.com/ipfs/helia/wiki/Migrating-from-js-IPFS)
>
> ⚠️ If you continue using this repo, please note that security fixes will not be provided

# ipfs-core-config <!-- omit in toc -->

[![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech)
[![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech)
[![codecov](https://img.shields.io/codecov/c/github/ipfs/js-ipfs.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-ipfs)
[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/js-ipfs/test.yml?branch=master\&style=flat-square)](https://github.com/ipfs/js-ipfs/actions/workflows/test.yml?query=branch%3Amaster)

> Package to store node and browser specific config for ipfs-core

## Table of contents <!-- omit in toc -->

- [Install](#install)
- [License](#license)
- [Contribute](#contribute)

## Install

```console
$ npm i ipfs-core-config
```

## License

Licensed under either of

- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)

## Contribute

Contributions welcome! Please check out [the issues](https://github.com/ipfs/js-ipfs/issues).

Also see our [contributing document](https://github.com/ipfs/community/blob/master/CONTRIBUTING_JS.md) 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](https://github.com/ipfs/community/blob/master/code-of-conduct.md).

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.

[![](https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md)

---
_Source: https://npm.io/package/ipfs-core-config · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
