Socket
Socket
Sign inDemoInstall

contentful-sdk-core

Package Overview
Dependencies
19
Maintainers
4
Versions
122
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    contentful-sdk-core

Core modules for the Contentful JS SDKs


Version published
Weekly downloads
792K
decreased by-1.28%
Maintainers
4
Install size
778 kB
Created
Weekly downloads
 

Readme

Source

contentful-sdk-core

MIT License NPM Version npm downloads js-standard-style semantic-release Commitizen friendly

This package contains some core modules and utilities used by both the contentful.js and contentful-management.js SDKs.

About

Contentful 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 faster.

Installation

npm install --saveDev contentful-sdk-core

Use case

This package contains some core modules and utilities used by both the contentful.js and contentful-management.js SDKs.

Support

We support LTS versions of Node.js and all current browsers in their last 3 versions including IE 11.

ES2015 modules version

For bundlers like webpack2 and rollup we support the module & jsnext:main entry in the 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

Run unit tests with coverage report and display the result in your browser:

npm run browser-coverage

Emulate a CI test run:

npm run test:ci-emulate

Enable debug mode for tests:

npm run test:debug

FAQs

Last updated on 29 Nov 2023

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc