Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

contentful

Package Overview
Dependencies
Maintainers
3
Versions
534
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contentful - npm Package Compare versions

Comparing version
11.8.12
to
11.8.13
+1
-1
dist/esm/contentful.js

@@ -40,3 +40,3 @@ import axios from 'axios';

const config = Object.assign(Object.assign({}, defaultConfig), params);
const userAgentHeader = getUserAgentHeader(`contentful.js/${"11.8.12"}`, config.application, config.integration);
const userAgentHeader = getUserAgentHeader(`contentful.js/${"11.8.13"}`, config.application, config.integration);
config.headers = Object.assign(Object.assign({}, config.headers), { 'Content-Type': 'application/vnd.contentful.delivery.v1+json', 'X-Contentful-User-Agent': userAgentHeader });

@@ -43,0 +43,0 @@ const http = createHttpClient(axios, config);

@@ -428,3 +428,3 @@ import { encodeCPAResponse } from '@contentful/content-source-maps';

return {
version: "11.8.12",
version: "11.8.13",
getSpace,

@@ -431,0 +431,0 @@ getContentType,

{
"name": "contentful",
"description": "Client for Contentful's Content Delivery API",
"version": "11.8.12",
"version": "11.8.13",
"homepage": "https://www.contentful.com/developers/documentation/content-delivery-api/",

@@ -9,5 +9,5 @@ "type": "module",

".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/contentful.cjs",
"types": "./dist/types/index.d.ts"
"require": "./dist/contentful.cjs"
}

@@ -124,3 +124,3 @@ },

"rollup-plugin-visualizer": "^5.12.0",
"semantic-release": "^22.0.8",
"semantic-release": "^25.0.2",
"size-limit": "^11.1.6",

@@ -127,0 +127,0 @@ "tsd": "^0.31.0",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display