contentful
Advanced tools
@@ -40,3 +40,3 @@ import axios from 'axios'; | ||
| const config = Object.assign(Object.assign({}, defaultConfig), params); | ||
| const userAgentHeader = getUserAgentHeader(`contentful.js/${"11.8.11"}`, config.application, config.integration); | ||
| const userAgentHeader = getUserAgentHeader(`contentful.js/${"11.8.12"}`, 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.11", | ||
| version: "11.8.12", | ||
| getSpace, | ||
@@ -431,0 +431,0 @@ getContentType, |
+1
-1
| { | ||
| "name": "contentful", | ||
| "description": "Client for Contentful's Content Delivery API", | ||
| "version": "11.8.11", | ||
| "version": "11.8.12", | ||
| "homepage": "https://www.contentful.com/developers/documentation/content-delivery-api/", | ||
@@ -6,0 +6,0 @@ "type": "module", |
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package