# contentful-sdk-core

> Core modules for the Contentful JS SDKs

Latest version **10.0.0** (published 2026-05-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install contentful-sdk-core
pnpm add contentful-sdk-core
yarn add contentful-sdk-core
bun add contentful-sdk-core
```

## Health

**Score 70/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; has provenance; high maintenance score; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 10.0.0 |
| Published | 2026-05-01 |
| First published | 2016-04-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=22 |
| Dependencies | 4 |
| Unpacked size | 213.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 24 |
| Author | Contentful |
| Maintainers | cf-admin, contentful-ecosystem, phbschmidt |

## Links

- npm: https://www.npmjs.com/package/contentful-sdk-core
- Repository: https://github.com/contentful/contentful-sdk-core
- Homepage: https://www.contentful.com/developers/docs/javascript/
- Issues: https://github.com/contentful/contentful-sdk-core/issues
- npm.io page: https://npm.io/package/contentful-sdk-core

## Dependencies (4)

- [qs](https://npm.io/package/qs.md) ^6.15.0
- [lodash](https://npm.io/package/lodash.md) ^4.17.23
- [process](https://npm.io/package/process.md) ^0.11.10
- [fast-copy](https://npm.io/package/fast-copy.md) ^3.0.2

## Recent versions

- 10.0.0 (latest) — 2026-05-01
- 9.4.0-add-cjs-build.5 (dev) — 2025-12-23
- 9.3.1-update-pipeline.8 (beta) — 2025-12-02
- 8.1.5-9.x-alpha.1 (9.x-alpha) — 2024-07-01
- 6.8.3 (next) — 2021-08-31
- 3.6.1 (alpha) — 2017-03-15
- 9.4.5 — 2026-03-17
- 9.4.4 — 2026-02-24
- 9.4.3 — 2026-02-17
- 9.4.2 — 2026-01-27
- 9.4.1 — 2026-01-09
- 9.4.0 — 2026-01-06
- 9.4.0-add-cjs-build.4 — 2025-12-23
- 9.4.0-add-cjs-build.3 — 2025-12-22
- 9.4.0-add-cjs-build.2 — 2025-12-22
- … 139 more at https://npm.io/package/contentful-sdk-core/versions

## README

# contentful-sdk-core

![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)
[![NPM Version](https://img.shields.io/npm/v/contentful-sdk-core.svg)](https://www.npmjs.com/package/contentful-sdk-core)
[![npm downloads](https://img.shields.io/npm/dm/contentful-management.svg)](http://npm-stat.com/charts.html?package=contentful-management)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)
[![semantic-release](https://img.shields.io/badge/%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

> This package contains some core modules and utilities used by both the [contentful.js](https://github.com/contentful/contentful.js) and [contentful-management.js](https://github.com/contentful/contentful-management.js) SDKs.

## About

[Contentful](https://www.contentful.com) provides a content infrastructure for digital teams to power content in websites, apps, and devices. Unlike a CMS, Contentful was built to integrate with the modern software stack. It offers a central hub for structured content, powerful management and delivery APIs, and a customizable web app that enable developers and content creators to ship digital products fastera.

## Installation

```
npm install --saveDev contentful-sdk-core
```

## Use case

This package contains some core modules and utilities used by both the [contentful.js](https://github.com/contentful/contentful.js) and [contentful-management.js](https://github.com/contentful/contentful-management.js) SDKs.

## Support

This repository is compatible with Node.js version 22 and later. It exclusively provides an ECMAScript Module (ESM) variant, utilizing the `"type": "module"` declaration in `package.json`. Users are responsible for addressing any compatibility issues between ESM and CommonJS (CJS).

## Types

TypeScript definitions for this repository are available through the `"types"` property in `package.json`.

## Development

### Create the default and the es-modules build:

```
npm run build
```

### Run Tests:

Run only the unit tests:

```
npm run test
```

Run unit tests including coverage report:

```
npm run test:cover
```

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